Html Css Color HEX #B45FC8 Medium Orchid

📋 copy color: '#B45FC8'

red 180 ◦ green 95 ◦ blue 200

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

Shades of Medium Orchid #B45FC8

Tints of Medium Orchid #B45FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 37.89%
G = 20%
B = 42.11%

CMYK

 C value IS 0.1

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B45FC8 (or 0xB45FC8) is known color: Medium Orchid. HEX triplet: B4, 5F and C8. RGB value is (180,95,200). Sum of RGB (Red+Green+Blue) = 180+95+200=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #B45FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FC8 is #4BA037. Grayscale: #848484. Windows color (decimal): -4956216 or 13131700. OLE color: 13131700.

HSL color Cylindrical-coordinate representation of color #B45FC8: hue angle of 288.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45FC8 is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 95 200 -
CMYK 0.1 0.52 0 0.22
HSL 288.57º 0.49% 0.58% -
HSV(B) 288.57º 0.53% 0.78% -
XYZ 33.34 22.06 57.14 -
YUV 132.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 180 95 200 0.1 0.52 0 0.22 288.57 0.49 0.58
Hex B4 5F C8 A 34 0 16 121 31 3A
Octal 264 137 310 12 64 0 26 441 61 72
Binary 10110100 1011111 11001000 1010 110100 0 10110 100100001 110001 111010

Color Harmonies of #B45FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FC8

Black with #B45FC8

Text Example


Text Example

White with #B45FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FC8; }

 p { color: rgb(180,95,200); }

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

background-color css

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

 a { background-color: rgb(180,95,200); }

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

border-color css

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

 span { border-color: rgb(180,95,200); }

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