Html Css Color HEX #B226B8 Dark Orchid

📋 copy color: '#B226B8'

red 178 ◦ green 38 ◦ blue 184

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

Shades of Dark Orchid #B226B8

Tints of Dark Orchid #B226B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 44.5%
G = 9.5%
B = 46%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B226B8 (or 0xB226B8) is known color: Dark Orchid. HEX triplet: B2, 26 and B8. RGB value is (178,38,184). Sum of RGB (Red+Green+Blue) = 178+38+184=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 184 - color contains mainly: blue. Hex color #B226B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226B8 is #4DD947. Grayscale: #606060. Windows color (decimal): -5101896 or 12068530. OLE color: 12068530.

HSL color Cylindrical-coordinate representation of color #B226B8: hue angle of 297.53º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226B8 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 38 184 -
CMYK 0.03 0.79 0 0.28
HSL 297.53º 0.66% 0.44% -
HSV(B) 297.53º 0.79% 0.72% -
XYZ 27.7 14.31 46.65 -
YUV 96.5 177.38 186.13 -
System Red Green Blue C M Y K H S L
Decimal 178 38 184 0.03 0.79 0 0.28 297.53 0.66 0.44
Hex B2 26 B8 3 4F 0 1C 12A 42 2C
Octal 262 46 270 3 117 0 34 452 102 54
Binary 10110010 100110 10111000 11 1001111 0 11100 100101010 1000010 101100

Color Harmonies of #B226B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226B8

Black with #B226B8

Text Example


Text Example

White with #B226B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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