Html Css Color HEX #B64CCE Medium Orchid

📋 copy color: '#B64CCE'

red 182 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #B64CCE

Tints of Medium Orchid #B64CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 39.22%
G = 16.38%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B64CCE (or 0xB64CCE) is known color: Medium Orchid. HEX triplet: B6, 4C and CE. RGB value is (182,76,206). Sum of RGB (Red+Green+Blue) = 182+76+206=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #B64CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCE is #49B331. Grayscale: #7A7A7A. Windows color (decimal): -4830002 or 13520054. OLE color: 13520054.

HSL color Cylindrical-coordinate representation of color #B64CCE: hue angle of 288.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64CCE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 76 206 -
CMYK 0.12 0.63 0 0.19
HSL 288.92º 0.57% 0.55% -
HSV(B) 288.92º 0.63% 0.81% -
XYZ 33.02 19.57 60.43 -
YUV 122.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 182 76 206 0.12 0.63 0 0.19 288.92 0.57 0.55
Hex B6 4C CE C 3F 0 13 121 39 37
Octal 266 114 316 14 77 0 23 441 71 67
Binary 10110110 1001100 11001110 1100 111111 0 10011 100100001 111001 110111

Color Harmonies of #B64CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CCE

Black with #B64CCE

Text Example


Text Example

White with #B64CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CCE; }

 p { color: rgb(182,76,206); }

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

background-color css

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

 a { background-color: rgb(182,76,206); }

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

border-color css

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

 span { border-color: rgb(182,76,206); }

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