Html Css Color HEX #B22FBD Dark Orchid

📋 copy color: '#B22FBD'

red 178 ◦ green 47 ◦ blue 189

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

Shades of Dark Orchid #B22FBD

Tints of Dark Orchid #B22FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 43%
G = 11.35%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B22FBD (or 0xB22FBD) is known color: Dark Orchid. HEX triplet: B2, 2F and BD. RGB value is (178,47,189). Sum of RGB (Red+Green+Blue) = 178+47+189=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B22FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FBD is #4DD042. Grayscale: #656565. Windows color (decimal): -5099587 or 12398514. OLE color: 12398514.

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

Color convert

RGB 178 47 189 -
CMYK 0.06 0.75 0 0.26
HSL 295.35º 0.6% 0.46% -
HSV(B) 295.35º 0.75% 0.74% -
XYZ 28.56 15.17 49.57 -
YUV 102.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 178 47 189 0.06 0.75 0 0.26 295.35 0.6 0.46
Hex B2 2F BD 6 4B 0 1A 127 3C 2E
Octal 262 57 275 6 113 0 32 447 74 56
Binary 10110010 101111 10111101 110 1001011 0 11010 100100111 111100 101110

Color Harmonies of #B22FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FBD

Black with #B22FBD

Text Example


Text Example

White with #B22FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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