Html Css Color HEX #B453C5 Medium Orchid

📋 copy color: '#B453C5'

red 180 ◦ green 83 ◦ blue 197

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

Shades of Medium Orchid #B453C5

Tints of Medium Orchid #B453C5

RGB

 RED value IS 180 (70.7% from 255) = 39.13%

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

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

R = 39.13%
G = 18.04%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B453C5 (or 0xB453C5) is known color: Medium Orchid. HEX triplet: B4, 53 and C5. RGB value is (180,83,197). Sum of RGB (Red+Green+Blue) = 180+83+197=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #B453C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C5 is #4BAC3A. Grayscale: #7C7C7C. Windows color (decimal): -4959291 or 12932020. OLE color: 12932020.

HSL color Cylindrical-coordinate representation of color #B453C5: hue angle of 291.05º 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 #B453C5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 83 197 -
CMYK 0.09 0.58 0 0.23
HSL 291.05º 0.5% 0.55% -
HSV(B) 291.05º 0.58% 0.77% -
XYZ 31.99 19.92 54.98 -
YUV 125 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 180 83 197 0.09 0.58 0 0.23 291.05 0.5 0.55
Hex B4 53 C5 9 3A 0 17 123 32 37
Octal 264 123 305 11 72 0 27 443 62 67
Binary 10110100 1010011 11000101 1001 111010 0 10111 100100011 110010 110111

Color Harmonies of #B453C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453C5

Black with #B453C5

Text Example


Text Example

White with #B453C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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