Html Css Color HEX #B64EE4 Medium Orchid

📋 copy color: '#B64EE4'

red 182 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #B64EE4

Tints of Medium Orchid #B64EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 37.3%
G = 15.98%
B = 46.72%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B64EE4 (or 0xB64EE4) is known color: Medium Orchid. HEX triplet: B6, 4E and E4. RGB value is (182,78,228). Sum of RGB (Red+Green+Blue) = 182+78+228=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #B64EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EE4 is #49B11B. Grayscale: #7D7D7D. Windows color (decimal): -4829468 or 14962358. OLE color: 14962358.

HSL color Cylindrical-coordinate representation of color #B64EE4: hue angle of 281.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64EE4 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 78 228 -
CMYK 0.20 0.66 0 0.11
HSL 281.6º 0.74% 0.6% -
HSV(B) 281.6º 0.66% 0.89% -
XYZ 36.02 21 75.55 -
YUV 126.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 182 78 228 0.20 0.66 0 0.11 281.6 0.74 0.6
Hex B6 4E E4 14 42 0 B 11A 4A 3C
Octal 266 116 344 24 102 0 13 432 112 74
Binary 10110110 1001110 11100100 10100 1000010 0 1011 100011010 1001010 111100

Color Harmonies of #B64EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EE4

Black with #B64EE4

Text Example


Text Example

White with #B64EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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