Html Css Color HEX #B640CB Medium Orchid

📋 copy color: '#B640CB'

red 182 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #B640CB

Tints of Medium Orchid #B640CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 40.53%
G = 14.25%
B = 45.21%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B640CB (or 0xB640CB) is known color: Medium Orchid. HEX triplet: B6, 40 and CB. RGB value is (182,64,203). Sum of RGB (Red+Green+Blue) = 182+64+203=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B640CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640CB is #49BF34. Grayscale: #727272. Windows color (decimal): -4833077 or 13320374. OLE color: 13320374.

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

Color convert

RGB 182 64 203 -
CMYK 0.10 0.68 0 0.20
HSL 290.94º 0.57% 0.52% -
HSV(B) 290.94º 0.68% 0.8% -
XYZ 31.9 17.92 58.28 -
YUV 115.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 182 64 203 0.10 0.68 0 0.20 290.94 0.57 0.52
Hex B6 40 CB A 44 0 14 123 39 34
Octal 266 100 313 12 104 0 24 443 71 64
Binary 10110110 1000000 11001011 1010 1000100 0 10100 100100011 111001 110100

Color Harmonies of #B640CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640CB

Black with #B640CB

Text Example


Text Example

White with #B640CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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