Html Css Color HEX #B649F6 Medium Orchid

📋 copy color: '#B649F6'

red 182 ◦ green 73 ◦ blue 246

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

Shades of Medium Orchid #B649F6

Tints of Medium Orchid #B649F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 36.33%
G = 14.57%
B = 49.1%

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

#B649F6 (or 0xB649F6) is known color: Medium Orchid. HEX triplet: B6, 49 and F6. RGB value is (182,73,246). Sum of RGB (Red+Green+Blue) = 182+73+246=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #B649F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649F6 is #49B609. Grayscale: #7C7C7C. Windows color (decimal): -4830730 or 16140726. OLE color: 16140726.

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

Color convert

RGB 182 73 246 -
CMYK 0.26 0.70 0 0.04
HSL 277.8º 0.91% 0.63% -
HSV(B) 277.8º 0.7% 0.96% -
XYZ 38.31 21.36 89.29 -
YUV 125.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 182 73 246 0.26 0.70 0 0.04 277.8 0.91 0.63
Hex B6 49 F6 1A 46 0 4 116 5B 3F
Octal 266 111 366 32 106 0 4 426 133 77
Binary 10110110 1001001 11110110 11010 1000110 0 100 100010110 1011011 111111

Color Harmonies of #B649F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649F6

Black with #B649F6

Text Example


Text Example

White with #B649F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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