Html Css Color HEX #B03FEA Medium Orchid

📋 copy color: '#B03FEA'

red 176 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #B03FEA

Tints of Medium Orchid #B03FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 37.21%
G = 13.32%
B = 49.47%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B03FEA (or 0xB03FEA) is known color: Medium Orchid. HEX triplet: B0, 3F and EA. RGB value is (176,63,234). Sum of RGB (Red+Green+Blue) = 176+63+234=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #B03FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FEA is #4FC015. Grayscale: #737373. Windows color (decimal): -5226518 or 15351728. OLE color: 15351728.

HSL color Cylindrical-coordinate representation of color #B03FEA: hue angle of 279.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03FEA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 63 234 -
CMYK 0.25 0.73 0 0.08
HSL 279.65º 0.8% 0.58% -
HSV(B) 279.65º 0.73% 0.92% -
XYZ 34.53 18.73 79.64 -
YUV 116.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 176 63 234 0.25 0.73 0 0.08 279.65 0.8 0.58
Hex B0 3F EA 19 49 0 8 118 50 3A
Octal 260 77 352 31 111 0 10 430 120 72
Binary 10110000 111111 11101010 11001 1001001 0 1000 100011000 1010000 111010

Color Harmonies of #B03FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FEA

Black with #B03FEA

Text Example


Text Example

White with #B03FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FEA; }

 p { color: rgb(176,63,234); }

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

background-color css

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

 a { background-color: rgb(176,63,234); }

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

border-color css

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

 span { border-color: rgb(176,63,234); }

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