Html Css Color HEX #B45DFC Medium Orchid

📋 copy color: '#B45DFC'

red 180 ◦ green 93 ◦ blue 252

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

Shades of Medium Orchid #B45DFC

Tints of Medium Orchid #B45DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 34.29%
G = 17.71%
B = 48%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B45DFC (or 0xB45DFC) is known color: Medium Orchid. HEX triplet: B4, 5D and FC. RGB value is (180,93,252). Sum of RGB (Red+Green+Blue) = 180+93+252=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B45DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFC is #4BA203. Grayscale: #888888. Windows color (decimal): -4956676 or 16539060. OLE color: 16539060.

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

Color convert

RGB 180 93 252 -
CMYK 0.29 0.63 0 0.01
HSL 272.83º 0.96% 0.68% -
HSV(B) 272.83º 0.63% 0.99% -
XYZ 40.31 24.56 94.71 -
YUV 137.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 180 93 252 0.29 0.63 0 0.01 272.83 0.96 0.68
Hex B4 5D FC 1D 3F 0 1 111 60 44
Octal 264 135 374 35 77 0 1 421 140 104
Binary 10110100 1011101 11111100 11101 111111 0 1 100010001 1100000 1000100

Color Harmonies of #B45DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DFC

Black with #B45DFC

Text Example


Text Example

White with #B45DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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