Html Css Color HEX #B220E7 Dark Orchid

📋 copy color: '#B220E7'

red 178 ◦ green 32 ◦ blue 231

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

Shades of Dark Orchid #B220E7

Tints of Dark Orchid #B220E7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 40.36%
G = 7.26%
B = 52.38%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B220E7 (or 0xB220E7) is known color: Dark Orchid. HEX triplet: B2, 20 and E7. RGB value is (178,32,231). Sum of RGB (Red+Green+Blue) = 178+32+231=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #B220E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220E7 is #4DDF18. Grayscale: #616161. Windows color (decimal): -5103385 or 15147186. OLE color: 15147186.

HSL color Cylindrical-coordinate representation of color #B220E7: hue angle of 284.02º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B220E7 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 32 231 -
CMYK 0.23 0.86 0 0.09
HSL 284.02º 0.81% 0.52% -
HSV(B) 284.02º 0.86% 0.91% -
XYZ 33.3 16.27 76.99 -
YUV 98.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 178 32 231 0.23 0.86 0 0.09 284.02 0.81 0.52
Hex B2 20 E7 17 56 0 9 11C 51 34
Octal 262 40 347 27 126 0 11 434 121 64
Binary 10110010 100000 11100111 10111 1010110 0 1001 100011100 1010001 110100

Color Harmonies of #B220E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220E7

Black with #B220E7

Text Example


Text Example

White with #B220E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220E7; }

 p { color: rgb(178,32,231); }

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

background-color css

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

 a { background-color: rgb(178,32,231); }

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

border-color css

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

 span { border-color: rgb(178,32,231); }

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