Html Css Color HEX #B045FE Medium Orchid

📋 copy color: '#B045FE'

red 176 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #B045FE

Tints of Medium Orchid #B045FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 35.27%
G = 13.83%
B = 50.9%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B045FE (or 0xB045FE) is known color: Medium Orchid. HEX triplet: B0, 45 and FE. RGB value is (176,69,254). Sum of RGB (Red+Green+Blue) = 176+69+254=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #B045FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FE is #4FBA01. Grayscale: #797979. Windows color (decimal): -5224962 or 16663984. OLE color: 16663984.

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

Color convert

RGB 176 69 254 -
CMYK 0.31 0.73 0 0.00
HSL 274.7º 0.99% 0.63% -
HSV(B) 274.7º 0.73% 1% -
XYZ 37.92 20.64 95.75 -
YUV 122.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 176 69 254 0.31 0.73 0 0.00 274.7 0.99 0.63
Hex B0 45 FE 1F 49 0 0 113 63 3F
Octal 260 105 376 37 111 0 0 423 143 77
Binary 10110000 1000101 11111110 11111 1001001 0 0 100010011 1100011 111111

Color Harmonies of #B045FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045FE

Black with #B045FE

Text Example


Text Example

White with #B045FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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