Html Css Color HEX #B64AF8 Medium Orchid

📋 copy color: '#B64AF8'

red 182 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #B64AF8

Tints of Medium Orchid #B64AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

 BLUE value IS 248 (97.27% from 255) = 49.21%

R = 36.11%
G = 14.68%
B = 49.21%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B64AF8 (or 0xB64AF8) is known color: Medium Orchid. HEX triplet: B6, 4A and F8. RGB value is (182,74,248). Sum of RGB (Red+Green+Blue) = 182+74+248=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #B64AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AF8 is #49B507. Grayscale: #7D7D7D. Windows color (decimal): -4830472 or 16272054. OLE color: 16272054.

HSL color Cylindrical-coordinate representation of color #B64AF8: hue angle of 277.24º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64AF8 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 74 248 -
CMYK 0.27 0.70 0 0.03
HSL 277.24º 0.93% 0.63% -
HSV(B) 277.24º 0.7% 0.97% -
XYZ 38.68 21.62 90.94 -
YUV 126.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 182 74 248 0.27 0.70 0 0.03 277.24 0.93 0.63
Hex B6 4A F8 1B 46 0 3 115 5D 3F
Octal 266 112 370 33 106 0 3 425 135 77
Binary 10110110 1001010 11111000 11011 1000110 0 11 100010101 1011101 111111

Color Harmonies of #B64AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AF8

Black with #B64AF8

Text Example


Text Example

White with #B64AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AF8; }

 p { color: rgb(182,74,248); }

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

background-color css

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

 a { background-color: rgb(182,74,248); }

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

border-color css

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

 span { border-color: rgb(182,74,248); }

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