Html Css Color HEX #B64FF0 Medium Orchid

📋 copy color: '#B64FF0'

red 182 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #B64FF0

Tints of Medium Orchid #B64FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 36.33%
G = 15.77%
B = 47.9%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B64FF0 (or 0xB64FF0) is known color: Medium Orchid. HEX triplet: B6, 4F and F0. RGB value is (182,79,240). Sum of RGB (Red+Green+Blue) = 182+79+240=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #B64FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FF0 is #49B00F. Grayscale: #7F7F7F. Windows color (decimal): -4829200 or 15749046. OLE color: 15749046.

HSL color Cylindrical-coordinate representation of color #B64FF0: hue angle of 278.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64FF0 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 79 240 -
CMYK 0.24 0.67 0 0.06
HSL 278.39º 0.84% 0.63% -
HSV(B) 278.39º 0.67% 0.94% -
XYZ 37.82 21.83 84.66 -
YUV 128.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 182 79 240 0.24 0.67 0 0.06 278.39 0.84 0.63
Hex B6 4F F0 18 43 0 6 116 54 3F
Octal 266 117 360 30 103 0 6 426 124 77
Binary 10110110 1001111 11110000 11000 1000011 0 110 100010110 1010100 111111

Color Harmonies of #B64FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FF0

Black with #B64FF0

Text Example


Text Example

White with #B64FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FF0; }

 p { color: rgb(182,79,240); }

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

background-color css

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

 a { background-color: rgb(182,79,240); }

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

border-color css

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

 span { border-color: rgb(182,79,240); }

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