Html Css Color HEX #B045FA Medium Orchid

📋 copy color: '#B045FA'

red 176 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #B045FA

Tints of Medium Orchid #B045FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 35.56%
G = 13.94%
B = 50.51%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B045FA (or 0xB045FA) is known color: Medium Orchid. HEX triplet: B0, 45 and FA. RGB value is (176,69,250). Sum of RGB (Red+Green+Blue) = 176+69+250=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B045FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FA is #4FBA05. Grayscale: #797979. Windows color (decimal): -5224966 or 16401840. OLE color: 16401840.

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

Color convert

RGB 176 69 250 -
CMYK 0.30 0.72 0 0.02
HSL 275.47º 0.95% 0.63% -
HSV(B) 275.47º 0.72% 0.98% -
XYZ 37.29 20.39 92.41 -
YUV 121.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 176 69 250 0.30 0.72 0 0.02 275.47 0.95 0.63
Hex B0 45 FA 1E 48 0 2 113 5F 3F
Octal 260 105 372 36 110 0 2 423 137 77
Binary 10110000 1000101 11111010 11110 1001000 0 10 100010011 1011111 111111

Color Harmonies of #B045FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045FA

Black with #B045FA

Text Example


Text Example

White with #B045FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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