Html Css Color HEX #B649F5 Medium Orchid

📋 copy color: '#B649F5'

red 182 ◦ green 73 ◦ blue 245

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

Shades of Medium Orchid #B649F5

Tints of Medium Orchid #B649F5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

 BLUE value IS 245 (96.09% from 255) = 49%

R = 36.4%
G = 14.6%
B = 49%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B649F5 (or 0xB649F5) is known color: Medium Orchid. HEX triplet: B6, 49 and F5. RGB value is (182,73,245). Sum of RGB (Red+Green+Blue) = 182+73+245=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #B649F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649F5 is #49B60A. Grayscale: #7C7C7C. Windows color (decimal): -4830731 or 16075190. OLE color: 16075190.

HSL color Cylindrical-coordinate representation of color #B649F5: hue angle of 278.02º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B649F5 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 73 245 -
CMYK 0.26 0.70 0 0.04
HSL 278.02º 0.9% 0.62% -
HSV(B) 278.02º 0.7% 0.96% -
XYZ 38.16 21.3 88.49 -
YUV 125.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 182 73 245 0.26 0.70 0 0.04 278.02 0.9 0.62
Hex B6 49 F5 1A 46 0 4 116 5A 3E
Octal 266 111 365 32 106 0 4 426 132 76
Binary 10110110 1001001 11110101 11010 1000110 0 100 100010110 1011010 111110

Color Harmonies of #B649F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649F5

Black with #B649F5

Text Example


Text Example

White with #B649F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649F5; }

 p { color: rgb(182,73,245); }

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

background-color css

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

 a { background-color: rgb(182,73,245); }

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

border-color css

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

 span { border-color: rgb(182,73,245); }

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