Html Css Color HEX #B027AD Dark Orchid

📋 copy color: '#B027AD'

red 176 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #B027AD

Tints of Dark Orchid #B027AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 45.36%
G = 10.05%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B027AD (or 0xB027AD) is known color: Dark Orchid. HEX triplet: B0, 27 and AD. RGB value is (176,39,173). Sum of RGB (Red+Green+Blue) = 176+39+173=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B027AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B027AD is #4FD852. Grayscale: #5E5E5E. Windows color (decimal): -5232723 or 11347888. OLE color: 11347888.

HSL color Cylindrical-coordinate representation of color #B027AD: hue angle of 301.31º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B027AD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 173 -
CMYK 0 0.78 0.02 0.31
HSL 301.31º 0.64% 0.42% -
HSV(B) 301.31º 0.78% 0.69% -
XYZ 26.17 13.7 40.8 -
YUV 95.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 176 39 173 0 0.78 0.02 0.31 301.31 0.64 0.42
Hex B0 27 AD 0 4E 2 1F 12D 40 2A
Octal 260 47 255 0 116 2 37 455 100 52
Binary 10110000 100111 10101101 0 1001110 10 11111 100101101 1000000 101010

Color Harmonies of #B027AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027AD

Black with #B027AD

Text Example


Text Example

White with #B027AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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