Html Css Color HEX #B45DFF Medium Orchid

📋 copy color: '#B45DFF'

red 180 ◦ green 93 ◦ blue 255

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

Shades of Medium Orchid #B45DFF

Tints of Medium Orchid #B45DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.61%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 34.09%
G = 17.61%
B = 48.3%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B45DFF (or 0xB45DFF) is known color: Medium Orchid. HEX triplet: B4, 5D and FF. RGB value is (180,93,255). Sum of RGB (Red+Green+Blue) = 180+93+255=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFF is #4BA200. Grayscale: #888888. Windows color (decimal): -4956673 or 16735668. OLE color: 16735668.

HSL color Cylindrical-coordinate representation of color #B45DFF: hue angle of 272.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45DFF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 93 255 -
CMYK 0.29 0.64 0 0
HSL 272.22º 1% 0.68% -
HSV(B) 272.22º 0.64% 1% -
XYZ 40.79 24.75 97.24 -
YUV 137.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 180 93 255 0.29 0.64 0 0 272.22 1 0.68
Hex B4 5D FF 1D 40 0 0 110 64 44
Octal 264 135 377 35 100 0 0 420 144 104
Binary 10110100 1011101 11111111 11101 1000000 0 0 100010000 1100100 1000100

Color Harmonies of #B45DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DFF

Black with #B45DFF

Text Example


Text Example

White with #B45DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DFF; }

 p { color: rgb(180,93,255); }

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

background-color css

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

 a { background-color: rgb(180,93,255); }

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

border-color css

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

 span { border-color: rgb(180,93,255); }

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