Html Css Color HEX #B653DD Medium Orchid

📋 copy color: '#B653DD'

red 182 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #B653DD

Tints of Medium Orchid #B653DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.08%

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

R = 37.45%
G = 17.08%
B = 45.47%

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

#B653DD (or 0xB653DD) is known color: Medium Orchid. HEX triplet: B6, 53 and DD. RGB value is (182,83,221). Sum of RGB (Red+Green+Blue) = 182+83+221=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B653DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653DD is #49AC22. Grayscale: #7F7F7F. Windows color (decimal): -4828195 or 14504886. OLE color: 14504886.

HSL color Cylindrical-coordinate representation of color #B653DD: hue angle of 283.04º 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 #B653DD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 83 221 -
CMYK 0.18 0.62 0 0.13
HSL 283.04º 0.67% 0.6% -
HSV(B) 283.04º 0.62% 0.87% -
XYZ 35.44 21.35 70.66 -
YUV 128.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 182 83 221 0.18 0.62 0 0.13 283.04 0.67 0.6
Hex B6 53 DD 12 3E 0 D 11B 43 3C
Octal 266 123 335 22 76 0 15 433 103 74
Binary 10110110 1010011 11011101 10010 111110 0 1101 100011011 1000011 111100

Color Harmonies of #B653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653DD

Black with #B653DD

Text Example


Text Example

White with #B653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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