Html Css Color HEX #B649FA Medium Orchid

📋 copy color: '#B649FA'

red 182 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #B649FA

Tints of Medium Orchid #B649FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 36.04%
G = 14.46%
B = 49.5%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B649FA (or 0xB649FA) is known color: Medium Orchid. HEX triplet: B6, 49 and FA. RGB value is (182,73,250). Sum of RGB (Red+Green+Blue) = 182+73+250=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #B649FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649FA is #49B605. Grayscale: #7D7D7D. Windows color (decimal): -4830726 or 16402870. OLE color: 16402870.

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

Color convert

RGB 182 73 250 -
CMYK 0.27 0.71 0 0.02
HSL 276.95º 0.95% 0.63% -
HSV(B) 276.95º 0.71% 0.98% -
XYZ 38.93 21.61 92.56 -
YUV 125.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 182 73 250 0.27 0.71 0 0.02 276.95 0.95 0.63
Hex B6 49 FA 1B 47 0 2 115 5F 3F
Octal 266 111 372 33 107 0 2 425 137 77
Binary 10110110 1001001 11111010 11011 1000111 0 10 100010101 1011111 111111

Color Harmonies of #B649FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649FA

Black with #B649FA

Text Example


Text Example

White with #B649FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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