Html Css Color HEX #B64EDA Medium Orchid

📋 copy color: '#B64EDA'

red 182 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #B64EDA

Tints of Medium Orchid #B64EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 38.08%
G = 16.32%
B = 45.61%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B64EDA (or 0xB64EDA) is known color: Medium Orchid. HEX triplet: B6, 4E and DA. RGB value is (182,78,218). Sum of RGB (Red+Green+Blue) = 182+78+218=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B64EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EDA is #49B125. Grayscale: #7C7C7C. Windows color (decimal): -4829478 or 14306998. OLE color: 14306998.

HSL color Cylindrical-coordinate representation of color #B64EDA: hue angle of 284.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64EDA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 78 218 -
CMYK 0.17 0.64 0 0.15
HSL 284.57º 0.65% 0.58% -
HSV(B) 284.57º 0.64% 0.85% -
XYZ 34.67 20.46 68.45 -
YUV 125.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 182 78 218 0.17 0.64 0 0.15 284.57 0.65 0.58
Hex B6 4E DA 11 40 0 F 11D 41 3A
Octal 266 116 332 21 100 0 17 435 101 72
Binary 10110110 1001110 11011010 10001 1000000 0 1111 100011101 1000001 111010

Color Harmonies of #B64EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EDA

Black with #B64EDA

Text Example


Text Example

White with #B64EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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