Html Css Color HEX #B027DF Dark Orchid

📋 copy color: '#B027DF'

red 176 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #B027DF

Tints of Dark Orchid #B027DF

RGB

 RED value IS 176 (69.14% from 255) = 40.18%

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

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

R = 40.18%
G = 8.9%
B = 50.91%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B027DF (or 0xB027DF) is known color: Dark Orchid. HEX triplet: B0, 27 and DF. RGB value is (176,39,223). Sum of RGB (Red+Green+Blue) = 176+39+223=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B027DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027DF is #4FD820. Grayscale: #646464. Windows color (decimal): -5232673 or 14624688. OLE color: 14624688.

HSL color Cylindrical-coordinate representation of color #B027DF: hue angle of 284.67º 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 #B027DF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 39 223 -
CMYK 0.21 0.83 0 0.13
HSL 284.67º 0.74% 0.51% -
HSV(B) 284.67º 0.83% 0.87% -
XYZ 31.95 16.01 71.22 -
YUV 100.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 176 39 223 0.21 0.83 0 0.13 284.67 0.74 0.51
Hex B0 27 DF 15 53 0 D 11D 4A 33
Octal 260 47 337 25 123 0 15 435 112 63
Binary 10110000 100111 11011111 10101 1010011 0 1101 100011101 1001010 110011

Color Harmonies of #B027DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027DF

Black with #B027DF

Text Example


Text Example

White with #B027DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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