Html Css Color HEX #B649CF Medium Orchid

📋 copy color: '#B649CF'

red 182 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B649CF

Tints of Medium Orchid #B649CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 39.39%
G = 15.8%
B = 44.81%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B649CF (or 0xB649CF) is known color: Medium Orchid. HEX triplet: B6, 49 and CF. RGB value is (182,73,207). Sum of RGB (Red+Green+Blue) = 182+73+207=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B649CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649CF is #49B630. Grayscale: #787878. Windows color (decimal): -4830769 or 13584822. OLE color: 13584822.

HSL color Cylindrical-coordinate representation of color #B649CF: hue angle of 288.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B649CF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 73 207 -
CMYK 0.12 0.65 0 0.19
HSL 288.81º 0.58% 0.55% -
HSV(B) 288.81º 0.65% 0.81% -
XYZ 32.94 19.22 61 -
YUV 120.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 182 73 207 0.12 0.65 0 0.19 288.81 0.58 0.55
Hex B6 49 CF C 41 0 13 121 3A 37
Octal 266 111 317 14 101 0 23 441 72 67
Binary 10110110 1001001 11001111 1100 1000001 0 10011 100100001 111010 110111

Color Harmonies of #B649CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649CF

Black with #B649CF

Text Example


Text Example

White with #B649CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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