Html Css Color HEX #B927DD Dark Orchid

📋 copy color: '#B927DD'

red 185 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #B927DD

Tints of Dark Orchid #B927DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.76%

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

R = 41.57%
G = 8.76%
B = 49.66%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B927DD (or 0xB927DD) is known color: Dark Orchid. HEX triplet: B9, 27 and DD. RGB value is (185,39,221). Sum of RGB (Red+Green+Blue) = 185+39+221=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B927DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927DD is #46D822. Grayscale: #666666. Windows color (decimal): -4642851 or 14493625. OLE color: 14493625.

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

Color convert

RGB 185 39 221 -
CMYK 0.16 0.82 0 0.13
HSL 288.13º 0.73% 0.51% -
HSV(B) 288.13º 0.82% 0.87% -
XYZ 33.78 16.99 69.9 -
YUV 103.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 185 39 221 0.16 0.82 0 0.13 288.13 0.73 0.51
Hex B9 27 DD 10 52 0 D 120 49 33
Octal 271 47 335 20 122 0 15 440 111 63
Binary 10111001 100111 11011101 10000 1010010 0 1101 100100000 1001001 110011

Color Harmonies of #B927DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927DD

Black with #B927DD

Text Example


Text Example

White with #B927DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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