Html Css Color HEX #B652C6 Medium Orchid

📋 copy color: '#B652C6'

red 182 ◦ green 82 ◦ blue 198

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

Shades of Medium Orchid #B652C6

Tints of Medium Orchid #B652C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 39.39%
G = 17.75%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B652C6 (or 0xB652C6) is known color: Medium Orchid. HEX triplet: B6, 52 and C6. RGB value is (182,82,198). Sum of RGB (Red+Green+Blue) = 182+82+198=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B652C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652C6 is #49AD39. Grayscale: #7C7C7C. Windows color (decimal): -4828474 or 12997302. OLE color: 12997302.

HSL color Cylindrical-coordinate representation of color #B652C6: hue angle of 291.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B652C6 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 82 198 -
CMYK 0.08 0.59 0 0.22
HSL 291.72º 0.5% 0.55% -
HSV(B) 291.72º 0.59% 0.78% -
XYZ 32.5 20.06 55.58 -
YUV 125.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 182 82 198 0.08 0.59 0 0.22 291.72 0.5 0.55
Hex B6 52 C6 8 3B 0 16 124 32 37
Octal 266 122 306 10 73 0 26 444 62 67
Binary 10110110 1010010 11000110 1000 111011 0 10110 100100100 110010 110111

Color Harmonies of #B652C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652C6

Black with #B652C6

Text Example


Text Example

White with #B652C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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