Html Css Color HEX #B649FB Medium Orchid

📋 copy color: '#B649FB'

red 182 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B649FB

Tints of Medium Orchid #B649FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 35.97%
G = 14.43%
B = 49.6%

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

#B649FB (or 0xB649FB) is known color: Medium Orchid. HEX triplet: B6, 49 and FB. RGB value is (182,73,251). Sum of RGB (Red+Green+Blue) = 182+73+251=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #B649FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649FB is #49B604. Grayscale: #7D7D7D. Windows color (decimal): -4830725 or 16468406. OLE color: 16468406.

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

Color convert

RGB 182 73 251 -
CMYK 0.27 0.71 0 0.02
HSL 276.74º 0.96% 0.64% -
HSV(B) 276.74º 0.71% 0.98% -
XYZ 39.09 21.68 93.39 -
YUV 125.88 198.61 168.03 -
System Red Green Blue C M Y K H S L
Decimal 182 73 251 0.27 0.71 0 0.02 276.74 0.96 0.64
Hex B6 49 FB 1B 47 0 2 115 60 40
Octal 266 111 373 33 107 0 2 425 140 100
Binary 10110110 1001001 11111011 11011 1000111 0 10 100010101 1100000 1000000

Color Harmonies of #B649FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649FB

Black with #B649FB

Text Example


Text Example

White with #B649FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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