Html Css Color HEX #B92BD4 Dark Orchid

📋 copy color: '#B92BD4'

red 185 ◦ green 43 ◦ blue 212

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

Shades of Dark Orchid #B92BD4

Tints of Dark Orchid #B92BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 42.05%
G = 9.77%
B = 48.18%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B92BD4 (or 0xB92BD4) is known color: Dark Orchid. HEX triplet: B9, 2B and D4. RGB value is (185,43,212). Sum of RGB (Red+Green+Blue) = 185+43+212=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #B92BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BD4 is #46D42B. Grayscale: #686868. Windows color (decimal): -4641836 or 13904825. OLE color: 13904825.

HSL color Cylindrical-coordinate representation of color #B92BD4: hue angle of 290.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92BD4 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 43 212 -
CMYK 0.13 0.80 0 0.17
HSL 290.41º 0.66% 0.5% -
HSV(B) 290.41º 0.8% 0.83% -
XYZ 32.76 16.8 63.8 -
YUV 104.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 185 43 212 0.13 0.80 0 0.17 290.41 0.66 0.5
Hex B9 2B D4 D 50 0 11 122 42 32
Octal 271 53 324 15 120 0 21 442 102 62
Binary 10111001 101011 11010100 1101 1010000 0 10001 100100010 1000010 110010

Color Harmonies of #B92BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BD4

Black with #B92BD4

Text Example


Text Example

White with #B92BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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