Html Css Color HEX #B641DB Medium Orchid

📋 copy color: '#B641DB'

red 182 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #B641DB

Tints of Medium Orchid #B641DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

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

R = 39.06%
G = 13.95%
B = 47%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B641DB (or 0xB641DB) is known color: Medium Orchid. HEX triplet: B6, 41 and DB. RGB value is (182,65,219). Sum of RGB (Red+Green+Blue) = 182+65+219=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B641DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641DB is #49BE24. Grayscale: #757575. Windows color (decimal): -4832805 or 14369206. OLE color: 14369206.

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

Color convert

RGB 182 65 219 -
CMYK 0.17 0.70 0 0.14
HSL 285.58º 0.68% 0.56% -
HSV(B) 285.58º 0.7% 0.86% -
XYZ 33.97 18.84 68.86 -
YUV 117.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 182 65 219 0.17 0.70 0 0.14 285.58 0.68 0.56
Hex B6 41 DB 11 46 0 E 11E 44 38
Octal 266 101 333 21 106 0 16 436 104 70
Binary 10110110 1000001 11011011 10001 1000110 0 1110 100011110 1000100 111000

Color Harmonies of #B641DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641DB

Black with #B641DB

Text Example


Text Example

White with #B641DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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