Html Css Color HEX #B042FA Medium Orchid

📋 copy color: '#B042FA'

red 176 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #B042FA

Tints of Medium Orchid #B042FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

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

R = 35.77%
G = 13.41%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B042FA (or 0xB042FA) is known color: Medium Orchid. HEX triplet: B0, 42 and FA. RGB value is (176,66,250). Sum of RGB (Red+Green+Blue) = 176+66+250=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #B042FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B042FA is #4FBD05. Grayscale: #777777. Windows color (decimal): -5225734 or 16401072. OLE color: 16401072.

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

Color convert

RGB 176 66 250 -
CMYK 0.30 0.74 0 0.02
HSL 275.87º 0.95% 0.62% -
HSV(B) 275.87º 0.74% 0.98% -
XYZ 37.11 20.03 92.35 -
YUV 119.87 201.44 168.04 -
System Red Green Blue C M Y K H S L
Decimal 176 66 250 0.30 0.74 0 0.02 275.87 0.95 0.62
Hex B0 42 FA 1E 4A 0 2 114 5F 3E
Octal 260 102 372 36 112 0 2 424 137 76
Binary 10110000 1000010 11111010 11110 1001010 0 10 100010100 1011111 111110

Color Harmonies of #B042FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042FA

Black with #B042FA

Text Example


Text Example

White with #B042FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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