Html Css Color HEX #B226DA Dark Orchid

📋 copy color: '#B226DA'

red 178 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #B226DA

Tints of Dark Orchid #B226DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 41.01%
G = 8.76%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B226DA (or 0xB226DA) is known color: Dark Orchid. HEX triplet: B2, 26 and DA. RGB value is (178,38,218). Sum of RGB (Red+Green+Blue) = 178+38+218=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #B226DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226DA is #4DD925. Grayscale: #636363. Windows color (decimal): -5101862 or 14296754. OLE color: 14296754.

HSL color Cylindrical-coordinate representation of color #B226DA: hue angle of 286.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B226DA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 38 218 -
CMYK 0.18 0.83 0 0.15
HSL 286.67º 0.71% 0.5% -
HSV(B) 286.67º 0.83% 0.85% -
XYZ 31.71 15.91 67.73 -
YUV 100.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 178 38 218 0.18 0.83 0 0.15 286.67 0.71 0.5
Hex B2 26 DA 12 53 0 F 11F 47 32
Octal 262 46 332 22 123 0 17 437 107 62
Binary 10110010 100110 11011010 10010 1010011 0 1111 100011111 1000111 110010

Color Harmonies of #B226DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226DA

Black with #B226DA

Text Example


Text Example

White with #B226DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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