Html Css Color HEX #B226DC Dark Orchid

📋 copy color: '#B226DC'

red 178 ◦ green 38 ◦ blue 220

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

Shades of Dark Orchid #B226DC

Tints of Dark Orchid #B226DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 40.83%
G = 8.72%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B226DC (or 0xB226DC) is known color: Dark Orchid. HEX triplet: B2, 26 and DC. RGB value is (178,38,220). Sum of RGB (Red+Green+Blue) = 178+38+220=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B226DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226DC is #4DD923. Grayscale: #646464. Windows color (decimal): -5101860 or 14427826. OLE color: 14427826.

HSL color Cylindrical-coordinate representation of color #B226DC: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B226DC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 38 220 -
CMYK 0.19 0.83 0 0.14
HSL 286.15º 0.72% 0.51% -
HSV(B) 286.15º 0.83% 0.86% -
XYZ 31.97 16.02 69.12 -
YUV 100.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 178 38 220 0.19 0.83 0 0.14 286.15 0.72 0.51
Hex B2 26 DC 13 53 0 E 11E 48 33
Octal 262 46 334 23 123 0 16 436 110 63
Binary 10110010 100110 11011100 10011 1010011 0 1110 100011110 1001000 110011

Color Harmonies of #B226DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226DC

Black with #B226DC

Text Example


Text Example

White with #B226DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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