Html Css Color HEX #B92FCC Dark Orchid

📋 copy color: '#B92FCC'

red 185 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #B92FCC

Tints of Dark Orchid #B92FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 42.43%
G = 10.78%
B = 46.79%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B92FCC (or 0xB92FCC) is known color: Dark Orchid. HEX triplet: B9, 2F and CC. RGB value is (185,47,204). Sum of RGB (Red+Green+Blue) = 185+47+204=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #B92FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FCC is #46D033. Grayscale: #696969. Windows color (decimal): -4640820 or 13381561. OLE color: 13381561.

HSL color Cylindrical-coordinate representation of color #B92FCC: hue angle of 292.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92FCC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 47 204 -
CMYK 0.09 0.77 0 0.2
HSL 292.74º 0.63% 0.49% -
HSV(B) 292.74º 0.77% 0.8% -
XYZ 31.92 16.71 58.67 -
YUV 106.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 185 47 204 0.09 0.77 0 0.2 292.74 0.63 0.49
Hex B9 2F CC 9 4D 0 14 125 3F 31
Octal 271 57 314 11 115 0 24 445 77 61
Binary 10111001 101111 11001100 1001 1001101 0 10100 100100101 111111 110001

Color Harmonies of #B92FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FCC

Black with #B92FCC

Text Example


Text Example

White with #B92FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FCC; }

 p { color: rgb(185,47,204); }

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

background-color css

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

 a { background-color: rgb(185,47,204); }

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

border-color css

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

 span { border-color: rgb(185,47,204); }

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