Html Css Color HEX #B92CDC Dark Orchid

📋 copy color: '#B92CDC'

red 185 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #B92CDC

Tints of Dark Orchid #B92CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 41.2%
G = 9.8%
B = 49%

CMYK

 C value IS 0.16

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B92CDC (or 0xB92CDC) is known color: Dark Orchid. HEX triplet: B9, 2C and DC. RGB value is (185,44,220). Sum of RGB (Red+Green+Blue) = 185+44+220=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #B92CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CDC is #46D323. Grayscale: #696969. Windows color (decimal): -4641572 or 14429369. OLE color: 14429369.

HSL color Cylindrical-coordinate representation of color #B92CDC: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92CDC is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 44 220 -
CMYK 0.16 0.8 0 0.14
HSL 288.07º 0.72% 0.52% -
HSV(B) 288.07º 0.8% 0.86% -
XYZ 33.83 17.28 69.26 -
YUV 106.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 185 44 220 0.16 0.8 0 0.14 288.07 0.72 0.52
Hex B9 2C DC 10 50 0 E 120 48 34
Octal 271 54 334 20 120 0 16 440 110 64
Binary 10111001 101100 11011100 10000 1010000 0 1110 100100000 1001000 110100

Color Harmonies of #B92CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CDC

Black with #B92CDC

Text Example


Text Example

White with #B92CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CDC; }

 p { color: rgb(185,44,220); }

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

background-color css

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

 a { background-color: rgb(185,44,220); }

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

border-color css

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

 span { border-color: rgb(185,44,220); }

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