Html Css Color HEX #B92BCF Dark Orchid

📋 copy color: '#B92BCF'

red 185 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #B92BCF

Tints of Dark Orchid #B92BCF

RGB

 RED value IS 185 (72.66% from 255) = 42.53%

 GREEN value IS 43 (17.19% from 255) = 9.89%

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

R = 42.53%
G = 9.89%
B = 47.59%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B92BCF (or 0xB92BCF) is known color: Dark Orchid. HEX triplet: B9, 2B and CF. RGB value is (185,43,207). Sum of RGB (Red+Green+Blue) = 185+43+207=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B92BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BCF is #46D430. Grayscale: #676767. Windows color (decimal): -4641841 or 13577145. OLE color: 13577145.

HSL color Cylindrical-coordinate representation of color #B92BCF: hue angle of 291.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92BCF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 43 207 -
CMYK 0.11 0.79 0 0.19
HSL 291.95º 0.66% 0.49% -
HSV(B) 291.95º 0.79% 0.81% -
XYZ 32.13 16.55 60.53 -
YUV 104.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 185 43 207 0.11 0.79 0 0.19 291.95 0.66 0.49
Hex B9 2B CF B 4F 0 13 124 42 31
Octal 271 53 317 13 117 0 23 444 102 61
Binary 10111001 101011 11001111 1011 1001111 0 10011 100100100 1000010 110001

Color Harmonies of #B92BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BCF

Black with #B92BCF

Text Example


Text Example

White with #B92BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BCF; }

 p { color: rgb(185,43,207); }

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

background-color css

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

 a { background-color: rgb(185,43,207); }

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

border-color css

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

 span { border-color: rgb(185,43,207); }

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