Html Css Color HEX #B64AF9 Medium Orchid

📋 copy color: '#B64AF9'

red 182 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #B64AF9

Tints of Medium Orchid #B64AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 36.04%
G = 14.65%
B = 49.31%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B64AF9 (or 0xB64AF9) is known color: Medium Orchid. HEX triplet: B6, 4A and F9. RGB value is (182,74,249). Sum of RGB (Red+Green+Blue) = 182+74+249=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #B64AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AF9 is #49B506. Grayscale: #7D7D7D. Windows color (decimal): -4830471 or 16337590. OLE color: 16337590.

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

Color convert

RGB 182 74 249 -
CMYK 0.27 0.70 0 0.02
HSL 277.03º 0.94% 0.63% -
HSV(B) 277.03º 0.7% 0.98% -
XYZ 38.84 21.68 91.76 -
YUV 126.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 182 74 249 0.27 0.70 0 0.02 277.03 0.94 0.63
Hex B6 4A F9 1B 46 0 2 115 5E 3F
Octal 266 112 371 33 106 0 2 425 136 77
Binary 10110110 1001010 11111001 11011 1000110 0 10 100010101 1011110 111111

Color Harmonies of #B64AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AF9

Black with #B64AF9

Text Example


Text Example

White with #B64AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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