Html Css Color HEX #B92BEC Dark Orchid

📋 copy color: '#B92BEC'

red 185 ◦ green 43 ◦ blue 236

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

Shades of Dark Orchid #B92BEC

Tints of Dark Orchid #B92BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 39.87%
G = 9.27%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B92BEC (or 0xB92BEC) is known color: Dark Orchid. HEX triplet: B9, 2B and EC. RGB value is (185,43,236). Sum of RGB (Red+Green+Blue) = 185+43+236=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #B92BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92BEC is #46D413. Grayscale: #6A6A6A. Windows color (decimal): -4641812 or 15477689. OLE color: 15477689.

HSL color Cylindrical-coordinate representation of color #B92BEC: hue angle of 284.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92BEC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 43 236 -
CMYK 0.22 0.82 0 0.07
HSL 284.15º 0.84% 0.55% -
HSV(B) 284.15º 0.82% 0.93% -
XYZ 36.01 18.1 80.95 -
YUV 107.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 185 43 236 0.22 0.82 0 0.07 284.15 0.84 0.55
Hex B9 2B EC 16 52 0 7 11C 54 37
Octal 271 53 354 26 122 0 7 434 124 67
Binary 10111001 101011 11101100 10110 1010010 0 111 100011100 1010100 110111

Color Harmonies of #B92BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BEC

Black with #B92BEC

Text Example


Text Example

White with #B92BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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