Html Css Color HEX #B45FDF Medium Orchid

📋 copy color: '#B45FDF'

red 180 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #B45FDF

Tints of Medium Orchid #B45FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 36.14%
G = 19.08%
B = 44.78%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45FDF (or 0xB45FDF) is known color: Medium Orchid. HEX triplet: B4, 5F and DF. RGB value is (180,95,223). Sum of RGB (Red+Green+Blue) = 180+95+223=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FDF is #4BA020. Grayscale: #868686. Windows color (decimal): -4956193 or 14639028. OLE color: 14639028.

HSL color Cylindrical-coordinate representation of color #B45FDF: hue angle of 279.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45FDF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 95 223 -
CMYK 0.19 0.57 0 0.13
HSL 279.84º 0.67% 0.62% -
HSV(B) 279.84º 0.57% 0.87% -
XYZ 36.23 23.22 72.38 -
YUV 135.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 180 95 223 0.19 0.57 0 0.13 279.84 0.67 0.62
Hex B4 5F DF 13 39 0 D 118 43 3E
Octal 264 137 337 23 71 0 15 430 103 76
Binary 10110100 1011111 11011111 10011 111001 0 1101 100011000 1000011 111110

Color Harmonies of #B45FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FDF

Black with #B45FDF

Text Example


Text Example

White with #B45FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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