Html Css Color HEX #B725BD Dark Orchid

📋 copy color: '#B725BD'

red 183 ◦ green 37 ◦ blue 189

#B725BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B725BD

Tints of Dark Orchid #B725BD

RGB

 RED value IS 183 (71.88% from 255) = 44.74%

 GREEN value IS 37 (14.84% from 255) = 9.05%

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 44.74%
G = 9.05%
B = 46.21%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B725BD (or 0xB725BD) is known color: Dark Orchid. HEX triplet: B7, 25 and BD. RGB value is (183,37,189). Sum of RGB (Red+Green+Blue) = 183+37+189=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B725BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725BD is #48DA42. Grayscale: #616161. Windows color (decimal): -4774467 or 12395959. OLE color: 12395959.

HSL color Cylindrical-coordinate representation of color #B725BD: hue angle of 297.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B725BD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 37 189 -
CMYK 0.03 0.80 0 0.26
HSL 297.63º 0.67% 0.44% -
HSV(B) 297.63º 0.8% 0.74% -
XYZ 29.38 15.06 49.5 -
YUV 97.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 183 37 189 0.03 0.80 0 0.26 297.63 0.67 0.44
Hex B7 25 BD 3 50 0 1A 12A 43 2C
Octal 267 45 275 3 120 0 32 452 103 54
Binary 10110111 100101 10111101 11 1010000 0 11010 100101010 1000011 101100

Color Harmonies of #B725BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725BD

Black with #B725BD

Text Example


Text Example

White with #B725BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725BD; }

 p { color: rgb(183,37,189); }

 H1.HeaderClassName
 {
   color: #B725BD;
 }
 .AnyTagClassName
 {
   color: #B725BD;
 }
</style>

background-color css

<style>
 a { background-color: #B725BD; }

 a { background-color: rgb(183,37,189); }

 div.DivClassName
 {
   background-color: #B725BD;
 }
 .BgClassName
 {
   background-color: #B725BD;
 }
</style>

border-color css

<style>
 span { border-color: #B725BD; }

 span { border-color: rgb(183,37,189); }

 td.TdClassName
 {
   border-color: #B725BD;
 }
 .TagClassName
 {
   border-color: #B725BD;
 }
</style>