Html Css Color HEX #B222DA Dark Orchid

📋 copy color: '#B222DA'

red 178 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #B222DA

Tints of Dark Orchid #B222DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

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

R = 41.4%
G = 7.91%
B = 50.7%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B222DA (or 0xB222DA) is known color: Dark Orchid. HEX triplet: B2, 22 and DA. RGB value is (178,34,218). Sum of RGB (Red+Green+Blue) = 178+34+218=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #B222DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222DA is #4DDD25. Grayscale: #616161. Windows color (decimal): -5102886 or 14295730. OLE color: 14295730.

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

Color convert

RGB 178 34 218 -
CMYK 0.18 0.84 0 0.15
HSL 286.96º 0.73% 0.49% -
HSV(B) 286.96º 0.84% 0.85% -
XYZ 31.59 15.67 67.69 -
YUV 98.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 178 34 218 0.18 0.84 0 0.15 286.96 0.73 0.49
Hex B2 22 DA 12 54 0 F 11F 49 31
Octal 262 42 332 22 124 0 17 437 111 61
Binary 10110010 100010 11011010 10010 1010100 0 1111 100011111 1001001 110001

Color Harmonies of #B222DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222DA

Black with #B222DA

Text Example


Text Example

White with #B222DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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