Html Css Color HEX #B027AF Dark Orchid

📋 copy color: '#B027AF'

red 176 ◦ green 39 ◦ blue 175

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

Shades of Dark Orchid #B027AF

Tints of Dark Orchid #B027AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 45.13%
G = 10%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B027AF (or 0xB027AF) is known color: Dark Orchid. HEX triplet: B0, 27 and AF. RGB value is (176,39,175). Sum of RGB (Red+Green+Blue) = 176+39+175=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B027AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B027AF is #4FD850. Grayscale: #5F5F5F. Windows color (decimal): -5232721 or 11478960. OLE color: 11478960.

HSL color Cylindrical-coordinate representation of color #B027AF: hue angle of 300.44º 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 #B027AF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 175 -
CMYK 0 0.78 0.01 0.31
HSL 300.44º 0.64% 0.42% -
HSV(B) 300.44º 0.78% 0.69% -
XYZ 26.37 13.78 41.83 -
YUV 95.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 176 39 175 0 0.78 0.01 0.31 300.44 0.64 0.42
Hex B0 27 AF 0 4E 1 1F 12C 40 2A
Octal 260 47 257 0 116 1 37 454 100 52
Binary 10110000 100111 10101111 0 1001110 1 11111 100101100 1000000 101010

Color Harmonies of #B027AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027AF

Black with #B027AF

Text Example


Text Example

White with #B027AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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