Html Css Color HEX #B045FD Medium Orchid

📋 copy color: '#B045FD'

red 176 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #B045FD

Tints of Medium Orchid #B045FD

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

 GREEN value IS 69 (27.34% from 255) = 13.86%

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

R = 35.34%
G = 13.86%
B = 50.8%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B045FD (or 0xB045FD) is known color: Medium Orchid. HEX triplet: B0, 45 and FD. RGB value is (176,69,253). Sum of RGB (Red+Green+Blue) = 176+69+253=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B045FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FD is #4FBA02. Grayscale: #797979. Windows color (decimal): -5224963 or 16598448. OLE color: 16598448.

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

Color convert

RGB 176 69 253 -
CMYK 0.30 0.73 0 0.01
HSL 274.89º 0.98% 0.63% -
HSV(B) 274.89º 0.73% 0.99% -
XYZ 37.76 20.58 94.91 -
YUV 121.97 201.95 166.54 -
System Red Green Blue C M Y K H S L
Decimal 176 69 253 0.30 0.73 0 0.01 274.89 0.98 0.63
Hex B0 45 FD 1E 49 0 1 113 62 3F
Octal 260 105 375 36 111 0 1 423 142 77
Binary 10110000 1000101 11111101 11110 1001001 0 1 100010011 1100010 111111

Color Harmonies of #B045FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045FD

Black with #B045FD

Text Example


Text Example

White with #B045FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045FD; }

 p { color: rgb(176,69,253); }

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

background-color css

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

 a { background-color: rgb(176,69,253); }

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

border-color css

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

 span { border-color: rgb(176,69,253); }

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