Html Css Color HEX #B653C5 Medium Orchid

📋 copy color: '#B653C5'

red 182 ◦ green 83 ◦ blue 197

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

Shades of Medium Orchid #B653C5

Tints of Medium Orchid #B653C5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.97%

 BLUE value IS 197 (77.34% from 255) = 42.64%

R = 39.39%
G = 17.97%
B = 42.64%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B653C5 (or 0xB653C5) is known color: Medium Orchid. HEX triplet: B6, 53 and C5. RGB value is (182,83,197). Sum of RGB (Red+Green+Blue) = 182+83+197=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #B653C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653C5 is #49AC3A. Grayscale: #7D7D7D. Windows color (decimal): -4828219 or 12932022. OLE color: 12932022.

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

Color convert

RGB 182 83 197 -
CMYK 0.08 0.58 0 0.23
HSL 292.11º 0.5% 0.55% -
HSV(B) 292.11º 0.58% 0.77% -
XYZ 32.46 20.16 55 -
YUV 125.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 182 83 197 0.08 0.58 0 0.23 292.11 0.5 0.55
Hex B6 53 C5 8 3A 0 17 124 32 37
Octal 266 123 305 10 72 0 27 444 62 67
Binary 10110110 1010011 11000101 1000 111010 0 10111 100100100 110010 110111

Color Harmonies of #B653C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653C5

Black with #B653C5

Text Example


Text Example

White with #B653C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653C5; }

 p { color: rgb(182,83,197); }

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

background-color css

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

 a { background-color: rgb(182,83,197); }

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

border-color css

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

 span { border-color: rgb(182,83,197); }

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