Html Css Color HEX #B64ECB Medium Orchid

📋 copy color: '#B64ECB'

red 182 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #B64ECB

Tints of Medium Orchid #B64ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.85%

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

R = 39.31%
G = 16.85%
B = 43.84%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B64ECB (or 0xB64ECB) is known color: Medium Orchid. HEX triplet: B6, 4E and CB. RGB value is (182,78,203). Sum of RGB (Red+Green+Blue) = 182+78+203=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B64ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64ECB is #49B134. Grayscale: #7A7A7A. Windows color (decimal): -4829493 or 13323958. OLE color: 13323958.

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

Color convert

RGB 182 78 203 -
CMYK 0.10 0.62 0 0.20
HSL 289.92º 0.55% 0.55% -
HSV(B) 289.92º 0.62% 0.8% -
XYZ 32.8 19.71 58.57 -
YUV 123.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 182 78 203 0.10 0.62 0 0.20 289.92 0.55 0.55
Hex B6 4E CB A 3E 0 14 122 37 37
Octal 266 116 313 12 76 0 24 442 67 67
Binary 10110110 1001110 11001011 1010 111110 0 10100 100100010 110111 110111

Color Harmonies of #B64ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ECB

Black with #B64ECB

Text Example


Text Example

White with #B64ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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