Html Css Color HEX #B652EC Medium Orchid

📋 copy color: '#B652EC'

red 182 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #B652EC

Tints of Medium Orchid #B652EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 36.4%
G = 16.4%
B = 47.2%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B652EC (or 0xB652EC) is known color: Medium Orchid. HEX triplet: B6, 52 and EC. RGB value is (182,82,236). Sum of RGB (Red+Green+Blue) = 182+82+236=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B652EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B652EC is #49AD13. Grayscale: #808080. Windows color (decimal): -4828436 or 15487670. OLE color: 15487670.

HSL color Cylindrical-coordinate representation of color #B652EC: hue angle of 278.96º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B652EC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 82 236 -
CMYK 0.23 0.65 0 0.07
HSL 278.96º 0.8% 0.62% -
HSV(B) 278.96º 0.65% 0.93% -
XYZ 37.45 22.04 81.64 -
YUV 129.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 182 82 236 0.23 0.65 0 0.07 278.96 0.8 0.62
Hex B6 52 EC 17 41 0 7 117 50 3E
Octal 266 122 354 27 101 0 7 427 120 76
Binary 10110110 1010010 11101100 10111 1000001 0 111 100010111 1010000 111110

Color Harmonies of #B652EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652EC

Black with #B652EC

Text Example


Text Example

White with #B652EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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