Html Css Color HEX #B220CD Dark Orchid

📋 copy color: '#B220CD'

red 178 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #B220CD

Tints of Dark Orchid #B220CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 42.89%
G = 7.71%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B220CD (or 0xB220CD) is known color: Dark Orchid. HEX triplet: B2, 20 and CD. RGB value is (178,32,205). Sum of RGB (Red+Green+Blue) = 178+32+205=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B220CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220CD is #4DDF32. Grayscale: #5E5E5E. Windows color (decimal): -5103411 or 13443250. OLE color: 13443250.

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

Color convert

RGB 178 32 205 -
CMYK 0.13 0.84 0 0.20
HSL 290.64º 0.73% 0.46% -
HSV(B) 290.64º 0.84% 0.8% -
XYZ 29.9 14.91 59.06 -
YUV 95.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 178 32 205 0.13 0.84 0 0.20 290.64 0.73 0.46
Hex B2 20 CD D 54 0 14 123 49 2E
Octal 262 40 315 15 124 0 24 443 111 56
Binary 10110010 100000 11001101 1101 1010100 0 10100 100100011 1001001 101110

Color Harmonies of #B220CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220CD

Black with #B220CD

Text Example


Text Example

White with #B220CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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