Html Css Color HEX #B045FC Medium Orchid

📋 copy color: '#B045FC'

red 176 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #B045FC

Tints of Medium Orchid #B045FC

RGB

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

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

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

R = 35.41%
G = 13.88%
B = 50.7%

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

#B045FC (or 0xB045FC) is known color: Medium Orchid. HEX triplet: B0, 45 and FC. RGB value is (176,69,252). Sum of RGB (Red+Green+Blue) = 176+69+252=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #B045FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FC is #4FBA03. Grayscale: #797979. Windows color (decimal): -5224964 or 16532912. OLE color: 16532912.

HSL color Cylindrical-coordinate representation of color #B045FC: hue angle of 275.08º degrees, saturation: 0.97, 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 #B045FC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 69 252 -
CMYK 0.30 0.73 0 0.01
HSL 275.08º 0.97% 0.63% -
HSV(B) 275.08º 0.73% 0.99% -
XYZ 37.6 20.51 94.07 -
YUV 121.86 201.45 166.62 -
System Red Green Blue C M Y K H S L
Decimal 176 69 252 0.30 0.73 0 0.01 275.08 0.97 0.63
Hex B0 45 FC 1E 49 0 1 113 61 3F
Octal 260 105 374 36 111 0 1 423 141 77
Binary 10110000 1000101 11111100 11110 1001001 0 1 100010011 1100001 111111

Color Harmonies of #B045FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045FC

Black with #B045FC

Text Example


Text Example

White with #B045FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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