Html Css Color HEX #B22FBA Dark Orchid

📋 copy color: '#B22FBA'

red 178 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #B22FBA

Tints of Dark Orchid #B22FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 43.31%
G = 11.44%
B = 45.26%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B22FBA (or 0xB22FBA) is known color: Dark Orchid. HEX triplet: B2, 2F and BA. RGB value is (178,47,186). Sum of RGB (Red+Green+Blue) = 178+47+186=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FBA is #4DD045. Grayscale: #656565. Windows color (decimal): -5099590 or 12201906. OLE color: 12201906.

HSL color Cylindrical-coordinate representation of color #B22FBA: hue angle of 296.55º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22FBA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 47 186 -
CMYK 0.04 0.75 0 0.27
HSL 296.55º 0.6% 0.46% -
HSV(B) 296.55º 0.75% 0.73% -
XYZ 28.24 15.04 47.87 -
YUV 102.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 178 47 186 0.04 0.75 0 0.27 296.55 0.6 0.46
Hex B2 2F BA 4 4B 0 1B 129 3C 2E
Octal 262 57 272 4 113 0 33 451 74 56
Binary 10110010 101111 10111010 100 1001011 0 11011 100101001 111100 101110

Color Harmonies of #B22FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FBA

Black with #B22FBA

Text Example


Text Example

White with #B22FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FBA; }

 p { color: rgb(178,47,186); }

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

background-color css

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

 a { background-color: rgb(178,47,186); }

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

border-color css

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

 span { border-color: rgb(178,47,186); }

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