Html Css Color HEX #B648DB Medium Orchid

📋 copy color: '#B648DB'

red 182 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #B648DB

Tints of Medium Orchid #B648DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 38.48%
G = 15.22%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B648DB (or 0xB648DB) is known color: Medium Orchid. HEX triplet: B6, 48 and DB. RGB value is (182,72,219). Sum of RGB (Red+Green+Blue) = 182+72+219=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B648DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648DB is #49B724. Grayscale: #797979. Windows color (decimal): -4831013 or 14370998. OLE color: 14370998.

HSL color Cylindrical-coordinate representation of color #B648DB: hue angle of 284.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B648DB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 72 219 -
CMYK 0.17 0.67 0 0.14
HSL 284.9º 0.67% 0.57% -
HSV(B) 284.9º 0.67% 0.86% -
XYZ 34.39 19.69 69.01 -
YUV 121.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 182 72 219 0.17 0.67 0 0.14 284.9 0.67 0.57
Hex B6 48 DB 11 43 0 E 11D 43 39
Octal 266 110 333 21 103 0 16 435 103 71
Binary 10110110 1001000 11011011 10001 1000011 0 1110 100011101 1000011 111001

Color Harmonies of #B648DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648DB

Black with #B648DB

Text Example


Text Example

White with #B648DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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