Html Css Color HEX #B724CF Dark Orchid

📋 copy color: '#B724CF'

red 183 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #B724CF

Tints of Dark Orchid #B724CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.45%

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 42.96%
G = 8.45%
B = 48.59%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B724CF (or 0xB724CF) is known color: Dark Orchid. HEX triplet: B7, 24 and CF. RGB value is (183,36,207). Sum of RGB (Red+Green+Blue) = 183+36+207=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #B724CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724CF is #48DB30. Grayscale: #626262. Windows color (decimal): -4774705 or 13575351. OLE color: 13575351.

HSL color Cylindrical-coordinate representation of color #B724CF: hue angle of 291.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B724CF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 36 207 -
CMYK 0.12 0.83 0 0.19
HSL 291.58º 0.7% 0.48% -
HSV(B) 291.58º 0.83% 0.81% -
XYZ 31.42 15.83 60.43 -
YUV 99.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 183 36 207 0.12 0.83 0 0.19 291.58 0.7 0.48
Hex B7 24 CF C 53 0 13 124 46 30
Octal 267 44 317 14 123 0 23 444 106 60
Binary 10110111 100100 11001111 1100 1010011 0 10011 100100100 1000110 110000

Color Harmonies of #B724CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724CF

Black with #B724CF

Text Example


Text Example

White with #B724CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724CF; }

 p { color: rgb(183,36,207); }

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

background-color css

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

 a { background-color: rgb(183,36,207); }

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

border-color css

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

 span { border-color: rgb(183,36,207); }

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