Html Css Color HEX #B655DD Medium Orchid

📋 copy color: '#B655DD'

red 182 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #B655DD

Tints of Medium Orchid #B655DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.42%

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

R = 37.3%
G = 17.42%
B = 45.29%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B655DD (or 0xB655DD) is known color: Medium Orchid. HEX triplet: B6, 55 and DD. RGB value is (182,85,221). Sum of RGB (Red+Green+Blue) = 182+85+221=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B655DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655DD is #49AA22. Grayscale: #818181. Windows color (decimal): -4827683 or 14505398. OLE color: 14505398.

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

Color convert

RGB 182 85 221 -
CMYK 0.18 0.62 0 0.13
HSL 282.79º 0.67% 0.6% -
HSV(B) 282.79º 0.62% 0.87% -
XYZ 35.59 21.66 70.71 -
YUV 129.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 182 85 221 0.18 0.62 0 0.13 282.79 0.67 0.6
Hex B6 55 DD 12 3E 0 D 11B 43 3C
Octal 266 125 335 22 76 0 15 433 103 74
Binary 10110110 1010101 11011101 10010 111110 0 1101 100011011 1000011 111100

Color Harmonies of #B655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655DD

Black with #B655DD

Text Example


Text Example

White with #B655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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