Html Css Color HEX #B640CA Medium Orchid

📋 copy color: '#B640CA'

red 182 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #B640CA

Tints of Medium Orchid #B640CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.29%

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

R = 40.63%
G = 14.29%
B = 45.09%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B640CA (or 0xB640CA) is known color: Medium Orchid. HEX triplet: B6, 40 and CA. RGB value is (182,64,202). Sum of RGB (Red+Green+Blue) = 182+64+202=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B640CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640CA is #49BF35. Grayscale: #727272. Windows color (decimal): -4833078 or 13254838. OLE color: 13254838.

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

Color convert

RGB 182 64 202 -
CMYK 0.10 0.68 0 0.21
HSL 291.3º 0.57% 0.52% -
HSV(B) 291.3º 0.68% 0.79% -
XYZ 31.79 17.88 57.65 -
YUV 115.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 182 64 202 0.10 0.68 0 0.21 291.3 0.57 0.52
Hex B6 40 CA A 44 0 15 123 39 34
Octal 266 100 312 12 104 0 25 443 71 64
Binary 10110110 1000000 11001010 1010 1000100 0 10101 100100011 111001 110100

Color Harmonies of #B640CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640CA

Black with #B640CA

Text Example


Text Example

White with #B640CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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