Html Css Color HEX #B620CC Dark Orchid

📋 copy color: '#B620CC'

red 182 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #B620CC

Tints of Dark Orchid #B620CC

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 43.54%
G = 7.66%
B = 48.8%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B620CC (or 0xB620CC) is known color: Dark Orchid. HEX triplet: B6, 20 and CC. RGB value is (182,32,204). Sum of RGB (Red+Green+Blue) = 182+32+204=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #B620CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620CC is #49DF33. Grayscale: #5F5F5F. Windows color (decimal): -4841268 or 13377718. OLE color: 13377718.

HSL color Cylindrical-coordinate representation of color #B620CC: hue angle of 292.33º 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 #B620CC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 32 204 -
CMYK 0.11 0.84 0 0.2
HSL 292.33º 0.73% 0.46% -
HSV(B) 292.33º 0.84% 0.8% -
XYZ 30.71 15.34 58.47 -
YUV 96.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 182 32 204 0.11 0.84 0 0.2 292.33 0.73 0.46
Hex B6 20 CC B 54 0 14 124 49 2E
Octal 266 40 314 13 124 0 24 444 111 56
Binary 10110110 100000 11001100 1011 1010100 0 10100 100100100 1001001 101110

Color Harmonies of #B620CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620CC

Black with #B620CC

Text Example


Text Example

White with #B620CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620CC; }

 p { color: rgb(182,32,204); }

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

background-color css

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

 a { background-color: rgb(182,32,204); }

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

border-color css

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

 span { border-color: rgb(182,32,204); }

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