Html Css Color HEX #B662DB Medium Orchid

📋 copy color: '#B662DB'

red 182 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #B662DB

Tints of Medium Orchid #B662DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.64%

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

R = 36.47%
G = 19.64%
B = 43.89%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B662DB (or 0xB662DB) is known color: Medium Orchid. HEX triplet: B6, 62 and DB. RGB value is (182,98,219). Sum of RGB (Red+Green+Blue) = 182+98+219=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B662DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DB is #499D24. Grayscale: #888888. Windows color (decimal): -4824357 or 14377654. OLE color: 14377654.

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

Color convert

RGB 182 98 219 -
CMYK 0.17 0.55 0 0.14
HSL 281.65º 0.63% 0.62% -
HSV(B) 281.65º 0.55% 0.86% -
XYZ 36.45 23.79 69.69 -
YUV 136.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 182 98 219 0.17 0.55 0 0.14 281.65 0.63 0.62
Hex B6 62 DB 11 37 0 E 11A 3F 3E
Octal 266 142 333 21 67 0 16 432 77 76
Binary 10110110 1100010 11011011 10001 110111 0 1110 100011010 111111 111110

Color Harmonies of #B662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662DB

Black with #B662DB

Text Example


Text Example

White with #B662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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