Html Css Color HEX #B64EF2 Medium Orchid

📋 copy color: '#B64EF2'

red 182 ◦ green 78 ◦ blue 242

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

Shades of Medium Orchid #B64EF2

Tints of Medium Orchid #B64EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 36.25%
G = 15.54%
B = 48.21%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B64EF2 (or 0xB64EF2) is known color: Medium Orchid. HEX triplet: B6, 4E and F2. RGB value is (182,78,242). Sum of RGB (Red+Green+Blue) = 182+78+242=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #B64EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64EF2 is #49B10D. Grayscale: #7F7F7F. Windows color (decimal): -4829454 or 15879862. OLE color: 15879862.

HSL color Cylindrical-coordinate representation of color #B64EF2: hue angle of 278.05º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64EF2 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 78 242 -
CMYK 0.25 0.68 0 0.05
HSL 278.05º 0.86% 0.63% -
HSV(B) 278.05º 0.68% 0.95% -
XYZ 38.04 21.8 86.21 -
YUV 127.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 182 78 242 0.25 0.68 0 0.05 278.05 0.86 0.63
Hex B6 4E F2 19 44 0 5 116 56 3F
Octal 266 116 362 31 104 0 5 426 126 77
Binary 10110110 1001110 11110010 11001 1000100 0 101 100010110 1010110 111111

Color Harmonies of #B64EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EF2

Black with #B64EF2

Text Example


Text Example

White with #B64EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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