Html Css Color HEX #B226AF Dark Orchid

📋 copy color: '#B226AF'

red 178 ◦ green 38 ◦ blue 175

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

Shades of Dark Orchid #B226AF

Tints of Dark Orchid #B226AF

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

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

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

R = 45.52%
G = 9.72%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B226AF (or 0xB226AF) is known color: Dark Orchid. HEX triplet: B2, 26 and AF. RGB value is (178,38,175). Sum of RGB (Red+Green+Blue) = 178+38+175=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B226AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226AF is #4DD950. Grayscale: #5F5F5F. Windows color (decimal): -5101905 or 11478706. OLE color: 11478706.

HSL color Cylindrical-coordinate representation of color #B226AF: hue angle of 301.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226AF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 175 -
CMYK 0 0.79 0.02 0.30
HSL 301.29º 0.65% 0.42% -
HSV(B) 301.29º 0.79% 0.7% -
XYZ 26.79 13.95 41.84 -
YUV 95.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 178 38 175 0 0.79 0.02 0.30 301.29 0.65 0.42
Hex B2 26 AF 0 4F 2 1E 12D 41 2A
Octal 262 46 257 0 117 2 36 455 101 52
Binary 10110010 100110 10101111 0 1001111 10 11110 100101101 1000001 101010

Color Harmonies of #B226AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226AF

Black with #B226AF

Text Example


Text Example

White with #B226AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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