Html Css Color HEX #B22FEE Dark Orchid

📋 copy color: '#B22FEE'

red 178 ◦ green 47 ◦ blue 238

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

Shades of Dark Orchid #B22FEE

Tints of Dark Orchid #B22FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 38.44%
G = 10.15%
B = 51.4%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B22FEE (or 0xB22FEE) is known color: Dark Orchid. HEX triplet: B2, 2F and EE. RGB value is (178,47,238). Sum of RGB (Red+Green+Blue) = 178+47+238=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B22FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22FEE is #4DD011. Grayscale: #6B6B6B. Windows color (decimal): -5099538 or 15609778. OLE color: 15609778.

HSL color Cylindrical-coordinate representation of color #B22FEE: hue angle of 281.15º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22FEE is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 47 238 -
CMYK 0.25 0.80 0 0.07
HSL 281.15º 0.85% 0.56% -
HSV(B) 281.15º 0.8% 0.93% -
XYZ 34.81 17.67 82.47 -
YUV 107.94 201.4 177.97 -
System Red Green Blue C M Y K H S L
Decimal 178 47 238 0.25 0.80 0 0.07 281.15 0.85 0.56
Hex B2 2F EE 19 50 0 7 119 55 38
Octal 262 57 356 31 120 0 7 431 125 70
Binary 10110010 101111 11101110 11001 1010000 0 111 100011001 1010101 111000

Color Harmonies of #B22FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FEE

Black with #B22FEE

Text Example


Text Example

White with #B22FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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