Html Css Color HEX #B92ECE Dark Orchid

📋 copy color: '#B92ECE'

red 185 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B92ECE

Tints of Dark Orchid #B92ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 42.33%
G = 10.53%
B = 47.14%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B92ECE (or 0xB92ECE) is known color: Dark Orchid. HEX triplet: B9, 2E and CE. RGB value is (185,46,206). Sum of RGB (Red+Green+Blue) = 185+46+206=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ECE is #46D131. Grayscale: #696969. Windows color (decimal): -4641074 or 13512377. OLE color: 13512377.

HSL color Cylindrical-coordinate representation of color #B92ECE: hue angle of 292.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92ECE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 46 206 -
CMYK 0.10 0.78 0 0.19
HSL 292.13º 0.63% 0.49% -
HSV(B) 292.13º 0.78% 0.81% -
XYZ 32.13 16.72 59.93 -
YUV 105.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 185 46 206 0.10 0.78 0 0.19 292.13 0.63 0.49
Hex B9 2E CE A 4E 0 13 124 3F 31
Octal 271 56 316 12 116 0 23 444 77 61
Binary 10111001 101110 11001110 1010 1001110 0 10011 100100100 111111 110001

Color Harmonies of #B92ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ECE

Black with #B92ECE

Text Example


Text Example

White with #B92ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ECE; }

 p { color: rgb(185,46,206); }

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

background-color css

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

 a { background-color: rgb(185,46,206); }

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

border-color css

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

 span { border-color: rgb(185,46,206); }

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