Html Css Color HEX #B026AF Dark Orchid

📋 copy color: '#B026AF'

red 176 ◦ green 38 ◦ blue 175

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

Shades of Dark Orchid #B026AF

Tints of Dark Orchid #B026AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 45.24%
G = 9.77%
B = 44.99%

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

#B026AF (or 0xB026AF) is known color: Dark Orchid. HEX triplet: B0, 26 and AF. RGB value is (176,38,175). Sum of RGB (Red+Green+Blue) = 176+38+175=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B026AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B026AF is #4FD950. Grayscale: #5E5E5E. Windows color (decimal): -5232977 or 11478704. OLE color: 11478704.

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

Color convert

RGB 176 38 175 -
CMYK 0 0.78 0.01 0.31
HSL 300.43º 0.64% 0.42% -
HSV(B) 300.43º 0.78% 0.69% -
XYZ 26.34 13.71 41.82 -
YUV 94.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 176 38 175 0 0.78 0.01 0.31 300.43 0.64 0.42
Hex B0 26 AF 0 4E 1 1F 12C 40 2A
Octal 260 46 257 0 116 1 37 454 100 52
Binary 10110000 100110 10101111 0 1001110 1 11111 100101100 1000000 101010

Color Harmonies of #B026AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B026AF

Black with #B026AF

Text Example


Text Example

White with #B026AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B026AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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