Html Css Color HEX #B92BCE Dark Orchid

📋 copy color: '#B92BCE'

red 185 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #B92BCE

Tints of Dark Orchid #B92BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 42.63%
G = 9.91%
B = 47.47%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B92BCE (or 0xB92BCE) is known color: Dark Orchid. HEX triplet: B9, 2B and CE. RGB value is (185,43,206). Sum of RGB (Red+Green+Blue) = 185+43+206=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BCE is #46D431. Grayscale: #676767. Windows color (decimal): -4641842 or 13511609. OLE color: 13511609.

HSL color Cylindrical-coordinate representation of color #B92BCE: hue angle of 292.27º degrees, saturation: 0.65, 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 #B92BCE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 43 206 -
CMYK 0.10 0.79 0 0.19
HSL 292.27º 0.65% 0.49% -
HSV(B) 292.27º 0.79% 0.81% -
XYZ 32.01 16.5 59.89 -
YUV 104.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 185 43 206 0.10 0.79 0 0.19 292.27 0.65 0.49
Hex B9 2B CE A 4F 0 13 124 41 31
Octal 271 53 316 12 117 0 23 444 101 61
Binary 10111001 101011 11001110 1010 1001111 0 10011 100100100 1000001 110001

Color Harmonies of #B92BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BCE

Black with #B92BCE

Text Example


Text Example

White with #B92BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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