Html Css Color HEX #B662DA Medium Orchid

📋 copy color: '#B662DA'

red 182 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #B662DA

Tints of Medium Orchid #B662DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 36.55%
G = 19.68%
B = 43.78%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B662DA (or 0xB662DA) is known color: Medium Orchid. HEX triplet: B6, 62 and DA. RGB value is (182,98,218). Sum of RGB (Red+Green+Blue) = 182+98+218=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B662DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DA is #499D25. Grayscale: #888888. Windows color (decimal): -4824358 or 14312118. OLE color: 14312118.

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

Color convert

RGB 182 98 218 -
CMYK 0.17 0.55 0 0.15
HSL 282º 0.62% 0.62% -
HSV(B) 282º 0.55% 0.85% -
XYZ 36.31 23.74 69 -
YUV 136.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 182 98 218 0.17 0.55 0 0.15 282 0.62 0.62
Hex B6 62 DA 11 37 0 F 11A 3E 3E
Octal 266 142 332 21 67 0 17 432 76 76
Binary 10110110 1100010 11011010 10001 110111 0 1111 100011010 111110 111110

Color Harmonies of #B662DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662DA

Black with #B662DA

Text Example


Text Example

White with #B662DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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