Html Css Color HEX #B652DB Medium Orchid

📋 copy color: '#B652DB'

red 182 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #B652DB

Tints of Medium Orchid #B652DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 37.68%
G = 16.98%
B = 45.34%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B652DB (or 0xB652DB) is known color: Medium Orchid. HEX triplet: B6, 52 and DB. RGB value is (182,82,219). Sum of RGB (Red+Green+Blue) = 182+82+219=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B652DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DB is #49AD24. Grayscale: #7F7F7F. Windows color (decimal): -4828453 or 14373558. OLE color: 14373558.

HSL color Cylindrical-coordinate representation of color #B652DB: hue angle of 283.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B652DB is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 82 219 -
CMYK 0.17 0.63 0 0.14
HSL 283.8º 0.66% 0.59% -
HSV(B) 283.8º 0.63% 0.86% -
XYZ 35.09 21.09 69.24 -
YUV 127.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 182 82 219 0.17 0.63 0 0.14 283.8 0.66 0.59
Hex B6 52 DB 11 3F 0 E 11C 42 3B
Octal 266 122 333 21 77 0 16 434 102 73
Binary 10110110 1010010 11011011 10001 111111 0 1110 100011100 1000010 111011

Color Harmonies of #B652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652DB

Black with #B652DB

Text Example


Text Example

White with #B652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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