Html Css Color HEX #B927DC Dark Orchid

📋 copy color: '#B927DC'

red 185 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #B927DC

Tints of Dark Orchid #B927DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 41.67%
G = 8.78%
B = 49.55%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B927DC (or 0xB927DC) is known color: Dark Orchid. HEX triplet: B9, 27 and DC. RGB value is (185,39,220). Sum of RGB (Red+Green+Blue) = 185+39+220=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #B927DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927DC is #46D823. Grayscale: #666666. Windows color (decimal): -4642852 or 14428089. OLE color: 14428089.

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

Color convert

RGB 185 39 220 -
CMYK 0.16 0.82 0 0.14
HSL 288.4º 0.72% 0.51% -
HSV(B) 288.4º 0.82% 0.86% -
XYZ 33.65 16.93 69.2 -
YUV 103.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 185 39 220 0.16 0.82 0 0.14 288.4 0.72 0.51
Hex B9 27 DC 10 52 0 E 120 48 33
Octal 271 47 334 20 122 0 16 440 110 63
Binary 10111001 100111 11011100 10000 1010010 0 1110 100100000 1001000 110011

Color Harmonies of #B927DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927DC

Black with #B927DC

Text Example


Text Example

White with #B927DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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