Html Css Color HEX #B043FA Medium Orchid

📋 copy color: '#B043FA'

red 176 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #B043FA

Tints of Medium Orchid #B043FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.59%

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

R = 35.7%
G = 13.59%
B = 50.71%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B043FA (or 0xB043FA) is known color: Medium Orchid. HEX triplet: B0, 43 and FA. RGB value is (176,67,250). Sum of RGB (Red+Green+Blue) = 176+67+250=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #B043FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FA is #4FBC05. Grayscale: #777777. Windows color (decimal): -5225478 or 16401328. OLE color: 16401328.

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

Color convert

RGB 176 67 250 -
CMYK 0.30 0.73 0 0.02
HSL 275.74º 0.95% 0.62% -
HSV(B) 275.74º 0.73% 0.98% -
XYZ 37.17 20.15 92.37 -
YUV 120.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 176 67 250 0.30 0.73 0 0.02 275.74 0.95 0.62
Hex B0 43 FA 1E 49 0 2 114 5F 3E
Octal 260 103 372 36 111 0 2 424 137 76
Binary 10110000 1000011 11111010 11110 1001001 0 10 100010100 1011111 111110

Color Harmonies of #B043FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043FA

Black with #B043FA

Text Example


Text Example

White with #B043FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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