Html Css Color HEX #B648DF Medium Orchid

📋 copy color: '#B648DF'

red 182 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #B648DF

Tints of Medium Orchid #B648DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.09%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 38.16%
G = 15.09%
B = 46.75%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B648DF (or 0xB648DF) is known color: Medium Orchid. HEX triplet: B6, 48 and DF. RGB value is (182,72,223). Sum of RGB (Red+Green+Blue) = 182+72+223=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B648DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648DF is #49B720. Grayscale: #797979. Windows color (decimal): -4831009 or 14633142. OLE color: 14633142.

HSL color Cylindrical-coordinate representation of color #B648DF: hue angle of 283.71º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B648DF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 72 223 -
CMYK 0.18 0.68 0 0.13
HSL 283.71º 0.7% 0.58% -
HSV(B) 283.71º 0.68% 0.87% -
XYZ 34.93 19.91 71.81 -
YUV 122.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 182 72 223 0.18 0.68 0 0.13 283.71 0.7 0.58
Hex B6 48 DF 12 44 0 D 11C 46 3A
Octal 266 110 337 22 104 0 15 434 106 72
Binary 10110110 1001000 11011111 10010 1000100 0 1101 100011100 1000110 111010

Color Harmonies of #B648DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648DF

Black with #B648DF

Text Example


Text Example

White with #B648DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648DF; }

 p { color: rgb(182,72,223); }

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

background-color css

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

 a { background-color: rgb(182,72,223); }

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

border-color css

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

 span { border-color: rgb(182,72,223); }

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