Html Css Color HEX #B03DC7 Medium Orchid

📋 copy color: '#B03DC7'

red 176 ◦ green 61 ◦ blue 199

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

Shades of Medium Orchid #B03DC7

Tints of Medium Orchid #B03DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 40.37%
G = 13.99%
B = 45.64%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B03DC7 (or 0xB03DC7) is known color: Medium Orchid. HEX triplet: B0, 3D and C7. RGB value is (176,61,199). Sum of RGB (Red+Green+Blue) = 176+61+199=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #B03DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DC7 is #4FC238. Grayscale: #6E6E6E. Windows color (decimal): -5227065 or 13057456. OLE color: 13057456.

HSL color Cylindrical-coordinate representation of color #B03DC7: hue angle of 290º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03DC7 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 61 199 -
CMYK 0.12 0.69 0 0.22
HSL 290º 0.55% 0.51% -
HSV(B) 290º 0.69% 0.78% -
XYZ 29.88 16.69 55.68 -
YUV 111.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 176 61 199 0.12 0.69 0 0.22 290 0.55 0.51
Hex B0 3D C7 C 45 0 16 122 37 33
Octal 260 75 307 14 105 0 26 442 67 63
Binary 10110000 111101 11000111 1100 1000101 0 10110 100100010 110111 110011

Color Harmonies of #B03DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DC7

Black with #B03DC7

Text Example


Text Example

White with #B03DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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