Html Css Color HEX #B642DB Medium Orchid

📋 copy color: '#B642DB'

red 182 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #B642DB

Tints of Medium Orchid #B642DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.13%

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

R = 38.97%
G = 14.13%
B = 46.9%

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

#B642DB (or 0xB642DB) is known color: Medium Orchid. HEX triplet: B6, 42 and DB. RGB value is (182,66,219). Sum of RGB (Red+Green+Blue) = 182+66+219=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B642DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642DB is #49BD24. Grayscale: #757575. Windows color (decimal): -4832549 or 14369462. OLE color: 14369462.

HSL color Cylindrical-coordinate representation of color #B642DB: hue angle of 285.49º 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 #B642DB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 66 219 -
CMYK 0.17 0.70 0 0.14
HSL 285.49º 0.68% 0.56% -
HSV(B) 285.49º 0.7% 0.86% -
XYZ 34.03 18.96 68.88 -
YUV 118.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 182 66 219 0.17 0.70 0 0.14 285.49 0.68 0.56
Hex B6 42 DB 11 46 0 E 11D 44 38
Octal 266 102 333 21 106 0 16 435 104 70
Binary 10110110 1000010 11011011 10001 1000110 0 1110 100011101 1000100 111000

Color Harmonies of #B642DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642DB

Black with #B642DB

Text Example


Text Example

White with #B642DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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