Html Css Color HEX #B45FFD Medium Orchid

📋 copy color: '#B45FFD'

red 180 ◦ green 95 ◦ blue 253

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

Shades of Medium Orchid #B45FFD

Tints of Medium Orchid #B45FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 34.09%
G = 17.99%
B = 47.92%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B45FFD (or 0xB45FFD) is known color: Medium Orchid. HEX triplet: B4, 5F and FD. RGB value is (180,95,253). Sum of RGB (Red+Green+Blue) = 180+95+253=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #B45FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FFD is #4BA002. Grayscale: #898989. Windows color (decimal): -4956163 or 16605108. OLE color: 16605108.

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

Color convert

RGB 180 95 253 -
CMYK 0.29 0.62 0 0.01
HSL 272.28º 0.98% 0.68% -
HSV(B) 272.28º 0.62% 0.99% -
XYZ 40.64 24.98 95.61 -
YUV 138.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 180 95 253 0.29 0.62 0 0.01 272.28 0.98 0.68
Hex B4 5F FD 1D 3E 0 1 110 62 44
Octal 264 137 375 35 76 0 1 420 142 104
Binary 10110100 1011111 11111101 11101 111110 0 1 100010000 1100010 1000100

Color Harmonies of #B45FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FFD

Black with #B45FFD

Text Example


Text Example

White with #B45FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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