Html Css Color HEX #B659DD Medium Orchid

📋 copy color: '#B659DD'

red 182 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #B659DD

Tints of Medium Orchid #B659DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.09%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 36.99%
G = 18.09%
B = 44.92%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B659DD (or 0xB659DD) is known color: Medium Orchid. HEX triplet: B6, 59 and DD. RGB value is (182,89,221). Sum of RGB (Red+Green+Blue) = 182+89+221=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B659DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659DD is #49A622. Grayscale: #838383. Windows color (decimal): -4826659 or 14506422. OLE color: 14506422.

HSL color Cylindrical-coordinate representation of color #B659DD: hue angle of 282.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B659DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 89 221 -
CMYK 0.18 0.60 0 0.13
HSL 282.27º 0.66% 0.61% -
HSV(B) 282.27º 0.6% 0.87% -
XYZ 35.91 22.31 70.82 -
YUV 131.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 182 89 221 0.18 0.60 0 0.13 282.27 0.66 0.61
Hex B6 59 DD 12 3C 0 D 11A 42 3D
Octal 266 131 335 22 74 0 15 432 102 75
Binary 10110110 1011001 11011101 10010 111100 0 1101 100011010 1000010 111101

Color Harmonies of #B659DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659DD

Black with #B659DD

Text Example


Text Example

White with #B659DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659DD; }

 p { color: rgb(182,89,221); }

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

background-color css

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

 a { background-color: rgb(182,89,221); }

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

border-color css

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

 span { border-color: rgb(182,89,221); }

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