Html Css Color HEX #B92DED Dark Orchid

📋 copy color: '#B92DED'

red 185 ◦ green 45 ◦ blue 237

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

Shades of Dark Orchid #B92DED

Tints of Dark Orchid #B92DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.64%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 39.61%
G = 9.64%
B = 50.75%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B92DED (or 0xB92DED) is known color: Dark Orchid. HEX triplet: B9, 2D and ED. RGB value is (185,45,237). Sum of RGB (Red+Green+Blue) = 185+45+237=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #B92DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DED is #46D212. Grayscale: #6C6C6C. Windows color (decimal): -4641299 or 15543737. OLE color: 15543737.

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

Color convert

RGB 185 45 237 -
CMYK 0.22 0.81 0 0.07
HSL 283.75º 0.84% 0.55% -
HSV(B) 283.75º 0.81% 0.93% -
XYZ 36.23 18.31 81.74 -
YUV 108.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 185 45 237 0.22 0.81 0 0.07 283.75 0.84 0.55
Hex B9 2D ED 16 51 0 7 11C 54 37
Octal 271 55 355 26 121 0 7 434 124 67
Binary 10111001 101101 11101101 10110 1010001 0 111 100011100 1010100 110111

Color Harmonies of #B92DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DED

Black with #B92DED

Text Example


Text Example

White with #B92DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DED; }

 p { color: rgb(185,45,237); }

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

background-color css

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

 a { background-color: rgb(185,45,237); }

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

border-color css

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

 span { border-color: rgb(185,45,237); }

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