Html Css Color HEX #B222BE Dark Orchid

📋 copy color: '#B222BE'

red 178 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #B222BE

Tints of Dark Orchid #B222BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 44.28%
G = 8.46%
B = 47.26%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B222BE (or 0xB222BE) is known color: Dark Orchid. HEX triplet: B2, 22 and BE. RGB value is (178,34,190). Sum of RGB (Red+Green+Blue) = 178+34+190=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B222BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222BE is #4DDD41. Grayscale: #5E5E5E. Windows color (decimal): -5102914 or 12460722. OLE color: 12460722.

HSL color Cylindrical-coordinate representation of color #B222BE: hue angle of 295.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B222BE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 34 190 -
CMYK 0.06 0.82 0 0.25
HSL 295.38º 0.7% 0.44% -
HSV(B) 295.38º 0.82% 0.75% -
XYZ 28.23 14.33 49.99 -
YUV 94.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 178 34 190 0.06 0.82 0 0.25 295.38 0.7 0.44
Hex B2 22 BE 6 52 0 19 127 46 2C
Octal 262 42 276 6 122 0 31 447 106 54
Binary 10110010 100010 10111110 110 1010010 0 11001 100100111 1000110 101100

Color Harmonies of #B222BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222BE

Black with #B222BE

Text Example


Text Example

White with #B222BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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