Html Css Color HEX #B92EDD Dark Orchid

📋 copy color: '#B92EDD'

red 185 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #B92EDD

Tints of Dark Orchid #B92EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 40.93%
G = 10.18%
B = 48.89%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B92EDD (or 0xB92EDD) is known color: Dark Orchid. HEX triplet: B9, 2E and DD. RGB value is (185,46,221). Sum of RGB (Red+Green+Blue) = 185+46+221=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B92EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EDD is #46D122. Grayscale: #6A6A6A. Windows color (decimal): -4641059 or 14495417. OLE color: 14495417.

HSL color Cylindrical-coordinate representation of color #B92EDD: hue angle of 287.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92EDD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 46 221 -
CMYK 0.16 0.79 0 0.13
HSL 287.66º 0.72% 0.52% -
HSV(B) 287.66º 0.79% 0.87% -
XYZ 34.04 17.49 69.99 -
YUV 107.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 185 46 221 0.16 0.79 0 0.13 287.66 0.72 0.52
Hex B9 2E DD 10 4F 0 D 120 48 34
Octal 271 56 335 20 117 0 15 440 110 64
Binary 10111001 101110 11011101 10000 1001111 0 1101 100100000 1001000 110100

Color Harmonies of #B92EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92EDD

Black with #B92EDD

Text Example


Text Example

White with #B92EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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