Html Css Color HEX #B652DD Medium Orchid

📋 copy color: '#B652DD'

red 182 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B652DD

Tints of Medium Orchid #B652DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

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

R = 37.53%
G = 16.91%
B = 45.57%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B652DD (or 0xB652DD) is known color: Medium Orchid. HEX triplet: B6, 52 and DD. RGB value is (182,82,221). Sum of RGB (Red+Green+Blue) = 182+82+221=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B652DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DD is #49AD22. Grayscale: #7F7F7F. Windows color (decimal): -4828451 or 14504630. OLE color: 14504630.

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

Color convert

RGB 182 82 221 -
CMYK 0.18 0.63 0 0.13
HSL 283.17º 0.67% 0.59% -
HSV(B) 283.17º 0.63% 0.87% -
XYZ 35.36 21.2 70.63 -
YUV 127.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 182 82 221 0.18 0.63 0 0.13 283.17 0.67 0.59
Hex B6 52 DD 12 3F 0 D 11B 43 3B
Octal 266 122 335 22 77 0 15 433 103 73
Binary 10110110 1010010 11011101 10010 111111 0 1101 100011011 1000011 111011

Color Harmonies of #B652DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652DD

Black with #B652DD

Text Example


Text Example

White with #B652DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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