Html Css Color HEX #B64EEC Medium Orchid

📋 copy color: '#B64EEC'

red 182 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #B64EEC

Tints of Medium Orchid #B64EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 36.69%
G = 15.73%
B = 47.58%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64EEC (or 0xB64EEC) is known color: Medium Orchid. HEX triplet: B6, 4E and EC. RGB value is (182,78,236). Sum of RGB (Red+Green+Blue) = 182+78+236=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B64EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64EEC is #49B113. Grayscale: #7E7E7E. Windows color (decimal): -4829460 or 15486646. OLE color: 15486646.

HSL color Cylindrical-coordinate representation of color #B64EEC: hue angle of 279.49º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64EEC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 78 236 -
CMYK 0.23 0.67 0 0.07
HSL 279.49º 0.81% 0.62% -
HSV(B) 279.49º 0.67% 0.93% -
XYZ 37.16 21.45 81.54 -
YUV 127.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 182 78 236 0.23 0.67 0 0.07 279.49 0.81 0.62
Hex B6 4E EC 17 43 0 7 117 51 3E
Octal 266 116 354 27 103 0 7 427 121 76
Binary 10110110 1001110 11101100 10111 1000011 0 111 100010111 1010001 111110

Color Harmonies of #B64EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EEC

Black with #B64EEC

Text Example


Text Example

White with #B64EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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