Html Css Color HEX #B927DF Dark Orchid

📋 copy color: '#B927DF'

red 185 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #B927DF

Tints of Dark Orchid #B927DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 41.39%
G = 8.72%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B927DF (or 0xB927DF) is known color: Dark Orchid. HEX triplet: B9, 27 and DF. RGB value is (185,39,223). Sum of RGB (Red+Green+Blue) = 185+39+223=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B927DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927DF is #46D820. Grayscale: #676767. Windows color (decimal): -4642849 or 14624697. OLE color: 14624697.

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

Color convert

RGB 185 39 223 -
CMYK 0.17 0.83 0 0.13
HSL 287.61º 0.74% 0.51% -
HSV(B) 287.61º 0.83% 0.87% -
XYZ 34.05 17.09 71.32 -
YUV 103.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 185 39 223 0.17 0.83 0 0.13 287.61 0.74 0.51
Hex B9 27 DF 11 53 0 D 120 4A 33
Octal 271 47 337 21 123 0 15 440 112 63
Binary 10111001 100111 11011111 10001 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #B927DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927DF

Black with #B927DF

Text Example


Text Example

White with #B927DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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