Html Css Color HEX #B620CA Dark Orchid

📋 copy color: '#B620CA'

red 182 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #B620CA

Tints of Dark Orchid #B620CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 43.75%
G = 7.69%
B = 48.56%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B620CA (or 0xB620CA) is known color: Dark Orchid. HEX triplet: B6, 20 and CA. RGB value is (182,32,202). Sum of RGB (Red+Green+Blue) = 182+32+202=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #B620CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620CA is #49DF35. Grayscale: #5F5F5F. Windows color (decimal): -4841270 or 13246646. OLE color: 13246646.

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

Color convert

RGB 182 32 202 -
CMYK 0.10 0.84 0 0.21
HSL 292.94º 0.73% 0.46% -
HSV(B) 292.94º 0.84% 0.79% -
XYZ 30.47 15.24 57.21 -
YUV 96.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 182 32 202 0.10 0.84 0 0.21 292.94 0.73 0.46
Hex B6 20 CA A 54 0 15 125 49 2E
Octal 266 40 312 12 124 0 25 445 111 56
Binary 10110110 100000 11001010 1010 1010100 0 10101 100100101 1001001 101110

Color Harmonies of #B620CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620CA

Black with #B620CA

Text Example


Text Example

White with #B620CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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