Html Css Color HEX #B92ED6 Dark Orchid

📋 copy color: '#B92ED6'

red 185 ◦ green 46 ◦ blue 214

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

Shades of Dark Orchid #B92ED6

Tints of Dark Orchid #B92ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 41.57%
G = 10.34%
B = 48.09%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B92ED6 (or 0xB92ED6) is known color: Dark Orchid. HEX triplet: B9, 2E and D6. RGB value is (185,46,214). Sum of RGB (Red+Green+Blue) = 185+46+214=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #B92ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ED6 is #46D129. Grayscale: #6A6A6A. Windows color (decimal): -4641066 or 14036665. OLE color: 14036665.

HSL color Cylindrical-coordinate representation of color #B92ED6: hue angle of 289.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92ED6 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 46 214 -
CMYK 0.14 0.79 0 0.16
HSL 289.64º 0.67% 0.51% -
HSV(B) 289.64º 0.79% 0.84% -
XYZ 33.12 17.12 65.18 -
YUV 106.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 185 46 214 0.14 0.79 0 0.16 289.64 0.67 0.51
Hex B9 2E D6 E 4F 0 10 122 43 33
Octal 271 56 326 16 117 0 20 442 103 63
Binary 10111001 101110 11010110 1110 1001111 0 10000 100100010 1000011 110011

Color Harmonies of #B92ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ED6

Black with #B92ED6

Text Example


Text Example

White with #B92ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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