Html Css Color HEX #B03AF0 Medium Orchid

📋 copy color: '#B03AF0'

red 176 ◦ green 58 ◦ blue 240

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

Shades of Medium Orchid #B03AF0

Tints of Medium Orchid #B03AF0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.24%

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 37.13%
G = 12.24%
B = 50.63%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B03AF0 (or 0xB03AF0) is known color: Medium Orchid. HEX triplet: B0, 3A and F0. RGB value is (176,58,240). Sum of RGB (Red+Green+Blue) = 176+58+240=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #B03AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03AF0 is #4FC50F. Grayscale: #717171. Windows color (decimal): -5227792 or 15743664. OLE color: 15743664.

HSL color Cylindrical-coordinate representation of color #B03AF0: hue angle of 278.9º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03AF0 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 58 240 -
CMYK 0.27 0.76 0 0.06
HSL 278.9º 0.86% 0.58% -
HSV(B) 278.9º 0.76% 0.94% -
XYZ 35.15 18.55 84.17 -
YUV 114.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 176 58 240 0.27 0.76 0 0.06 278.9 0.86 0.58
Hex B0 3A F0 1B 4C 0 6 117 56 3A
Octal 260 72 360 33 114 0 6 427 126 72
Binary 10110000 111010 11110000 11011 1001100 0 110 100010111 1010110 111010

Color Harmonies of #B03AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03AF0

Black with #B03AF0

Text Example


Text Example

White with #B03AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03AF0; }

 p { color: rgb(176,58,240); }

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

background-color css

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

 a { background-color: rgb(176,58,240); }

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

border-color css

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

 span { border-color: rgb(176,58,240); }

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