Html Css Color HEX #B652DE Medium Orchid

📋 copy color: '#B652DE'

red 182 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #B652DE

Tints of Medium Orchid #B652DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 37.45%
G = 16.87%
B = 45.68%

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

#B652DE (or 0xB652DE) is known color: Medium Orchid. HEX triplet: B6, 52 and DE. RGB value is (182,82,222). Sum of RGB (Red+Green+Blue) = 182+82+222=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #B652DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DE is #49AD21. Grayscale: #7F7F7F. Windows color (decimal): -4828450 or 14570166. OLE color: 14570166.

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

Color convert

RGB 182 82 222 -
CMYK 0.18 0.63 0 0.13
HSL 282.86º 0.68% 0.6% -
HSV(B) 282.86º 0.63% 0.87% -
XYZ 35.49 21.25 71.34 -
YUV 127.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 182 82 222 0.18 0.63 0 0.13 282.86 0.68 0.6
Hex B6 52 DE 12 3F 0 D 11B 44 3C
Octal 266 122 336 22 77 0 15 433 104 74
Binary 10110110 1010010 11011110 10010 111111 0 1101 100011011 1000100 111100

Color Harmonies of #B652DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652DE

Black with #B652DE

Text Example


Text Example

White with #B652DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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