Html Css Color HEX #B92CEB Dark Orchid

📋 copy color: '#B92CEB'

red 185 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #B92CEB

Tints of Dark Orchid #B92CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 39.87%
G = 9.48%
B = 50.65%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B92CEB (or 0xB92CEB) is known color: Dark Orchid. HEX triplet: B9, 2C and EB. RGB value is (185,44,235). Sum of RGB (Red+Green+Blue) = 185+44+235=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #B92CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CEB is #46D314. Grayscale: #6B6B6B. Windows color (decimal): -4641557 or 15412409. OLE color: 15412409.

HSL color Cylindrical-coordinate representation of color #B92CEB: hue angle of 284.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92CEB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 44 235 -
CMYK 0.21 0.81 0 0.08
HSL 284.29º 0.83% 0.55% -
HSV(B) 284.29º 0.81% 0.92% -
XYZ 35.9 18.11 80.2 -
YUV 107.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 185 44 235 0.21 0.81 0 0.08 284.29 0.83 0.55
Hex B9 2C EB 15 51 0 8 11C 53 37
Octal 271 54 353 25 121 0 10 434 123 67
Binary 10111001 101100 11101011 10101 1010001 0 1000 100011100 1010011 110111

Color Harmonies of #B92CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CEB

Black with #B92CEB

Text Example


Text Example

White with #B92CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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