Html Css Color HEX #B226BA Dark Orchid

📋 copy color: '#B226BA'

red 178 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B226BA

Tints of Dark Orchid #B226BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 44.28%
G = 9.45%
B = 46.27%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B226BA (or 0xB226BA) is known color: Dark Orchid. HEX triplet: B2, 26 and BA. RGB value is (178,38,186). Sum of RGB (Red+Green+Blue) = 178+38+186=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B226BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BA is #4DD945. Grayscale: #606060. Windows color (decimal): -5101894 or 12199602. OLE color: 12199602.

HSL color Cylindrical-coordinate representation of color #B226BA: hue angle of 296.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B226BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 38 186 -
CMYK 0.04 0.80 0 0.27
HSL 296.76º 0.66% 0.44% -
HSV(B) 296.76º 0.8% 0.73% -
XYZ 27.92 14.4 47.76 -
YUV 96.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 178 38 186 0.04 0.80 0 0.27 296.76 0.66 0.44
Hex B2 26 BA 4 50 0 1B 129 42 2C
Octal 262 46 272 4 120 0 33 451 102 54
Binary 10110010 100110 10111010 100 1010000 0 11011 100101001 1000010 101100

Color Harmonies of #B226BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226BA

Black with #B226BA

Text Example


Text Example

White with #B226BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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