Html Css Color HEX #B45FCC Medium Orchid

📋 copy color: '#B45FCC'

red 180 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #B45FCC

Tints of Medium Orchid #B45FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 37.58%
G = 19.83%
B = 42.59%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B45FCC (or 0xB45FCC) is known color: Medium Orchid. HEX triplet: B4, 5F and CC. RGB value is (180,95,204). Sum of RGB (Red+Green+Blue) = 180+95+204=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FCC is #4BA033. Grayscale: #848484. Windows color (decimal): -4956212 or 13393844. OLE color: 13393844.

HSL color Cylindrical-coordinate representation of color #B45FCC: hue angle of 286.79º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45FCC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 95 204 -
CMYK 0.12 0.53 0 0.2
HSL 286.79º 0.52% 0.59% -
HSV(B) 286.79º 0.53% 0.8% -
XYZ 33.81 22.25 59.64 -
YUV 132.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 180 95 204 0.12 0.53 0 0.2 286.79 0.52 0.59
Hex B4 5F CC C 35 0 14 11F 34 3B
Octal 264 137 314 14 65 0 24 437 64 73
Binary 10110100 1011111 11001100 1100 110101 0 10100 100011111 110100 111011

Color Harmonies of #B45FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FCC

Black with #B45FCC

Text Example


Text Example

White with #B45FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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