Html Css Color HEX #B03DEC Medium Orchid

📋 copy color: '#B03DEC'

red 176 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #B03DEC

Tints of Medium Orchid #B03DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.9%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 37.21%
G = 12.9%
B = 49.89%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B03DEC (or 0xB03DEC) is known color: Medium Orchid. HEX triplet: B0, 3D and EC. RGB value is (176,61,236). Sum of RGB (Red+Green+Blue) = 176+61+236=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #B03DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DEC is #4FC213. Grayscale: #727272. Windows color (decimal): -5227028 or 15482288. OLE color: 15482288.

HSL color Cylindrical-coordinate representation of color #B03DEC: hue angle of 279.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03DEC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 61 236 -
CMYK 0.25 0.74 0 0.07
HSL 279.43º 0.82% 0.58% -
HSV(B) 279.43º 0.74% 0.93% -
XYZ 34.71 18.62 81.12 -
YUV 115.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 176 61 236 0.25 0.74 0 0.07 279.43 0.82 0.58
Hex B0 3D EC 19 4A 0 7 117 52 3A
Octal 260 75 354 31 112 0 7 427 122 72
Binary 10110000 111101 11101100 11001 1001010 0 111 100010111 1010010 111010

Color Harmonies of #B03DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DEC

Black with #B03DEC

Text Example


Text Example

White with #B03DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DEC; }

 p { color: rgb(176,61,236); }

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

background-color css

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

 a { background-color: rgb(176,61,236); }

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

border-color css

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

 span { border-color: rgb(176,61,236); }

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