Html Css Color HEX #B45FCE Medium Orchid

📋 copy color: '#B45FCE'

red 180 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #B45FCE

Tints of Medium Orchid #B45FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 37.42%
G = 19.75%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B45FCE (or 0xB45FCE) is known color: Medium Orchid. HEX triplet: B4, 5F and CE. RGB value is (180,95,206). Sum of RGB (Red+Green+Blue) = 180+95+206=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FCE is #4BA031. Grayscale: #848484. Windows color (decimal): -4956210 or 13524916. OLE color: 13524916.

HSL color Cylindrical-coordinate representation of color #B45FCE: hue angle of 285.95º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45FCE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 95 206 -
CMYK 0.13 0.54 0 0.19
HSL 285.95º 0.53% 0.59% -
HSV(B) 285.95º 0.54% 0.81% -
XYZ 34.06 22.34 60.91 -
YUV 133.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 180 95 206 0.13 0.54 0 0.19 285.95 0.53 0.59
Hex B4 5F CE D 36 0 13 11E 35 3B
Octal 264 137 316 15 66 0 23 436 65 73
Binary 10110100 1011111 11001110 1101 110110 0 10011 100011110 110101 111011

Color Harmonies of #B45FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FCE

Black with #B45FCE

Text Example


Text Example

White with #B45FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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