Html Css Color HEX #B22FDF Dark Orchid

📋 copy color: '#B22FDF'

red 178 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #B22FDF

Tints of Dark Orchid #B22FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 39.73%
G = 10.49%
B = 49.78%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22FDF (or 0xB22FDF) is known color: Dark Orchid. HEX triplet: B2, 2F and DF. RGB value is (178,47,223). Sum of RGB (Red+Green+Blue) = 178+47+223=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B22FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FDF is #4DD020. Grayscale: #696969. Windows color (decimal): -5099553 or 14626738. OLE color: 14626738.

HSL color Cylindrical-coordinate representation of color #B22FDF: hue angle of 284.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22FDF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 47 223 -
CMYK 0.20 0.79 0 0.13
HSL 284.66º 0.73% 0.53% -
HSV(B) 284.66º 0.79% 0.87% -
XYZ 32.7 16.83 71.34 -
YUV 106.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 178 47 223 0.20 0.79 0 0.13 284.66 0.73 0.53
Hex B2 2F DF 14 4F 0 D 11D 49 35
Octal 262 57 337 24 117 0 15 435 111 65
Binary 10110010 101111 11011111 10100 1001111 0 1101 100011101 1001001 110101

Color Harmonies of #B22FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FDF

Black with #B22FDF

Text Example


Text Example

White with #B22FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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