Html Css Color HEX #B45DFB Medium Orchid

📋 copy color: '#B45DFB'

red 180 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B45DFB

Tints of Medium Orchid #B45DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 34.35%
G = 17.75%
B = 47.9%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B45DFB (or 0xB45DFB) is known color: Medium Orchid. HEX triplet: B4, 5D and FB. RGB value is (180,93,251). Sum of RGB (Red+Green+Blue) = 180+93+251=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B45DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFB is #4BA204. Grayscale: #888888. Windows color (decimal): -4956677 or 16473524. OLE color: 16473524.

HSL color Cylindrical-coordinate representation of color #B45DFB: hue angle of 273.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45DFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 93 251 -
CMYK 0.28 0.63 0 0.02
HSL 273.04º 0.95% 0.67% -
HSV(B) 273.04º 0.63% 0.98% -
XYZ 40.15 24.5 93.88 -
YUV 137.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 180 93 251 0.28 0.63 0 0.02 273.04 0.95 0.67
Hex B4 5D FB 1C 3F 0 2 111 5F 43
Octal 264 135 373 34 77 0 2 421 137 103
Binary 10110100 1011101 11111011 11100 111111 0 10 100010001 1011111 1000011

Color Harmonies of #B45DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DFB

Black with #B45DFB

Text Example


Text Example

White with #B45DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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