Html Css Color HEX #B03DCD Medium Orchid

📋 copy color: '#B03DCD'

red 176 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B03DCD

Tints of Medium Orchid #B03DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 39.82%
G = 13.8%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B03DCD (or 0xB03DCD) is known color: Medium Orchid. HEX triplet: B0, 3D and CD. RGB value is (176,61,205). Sum of RGB (Red+Green+Blue) = 176+61+205=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #B03DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DCD is #4FC232. Grayscale: #6F6F6F. Windows color (decimal): -5227059 or 13450672. OLE color: 13450672.

HSL color Cylindrical-coordinate representation of color #B03DCD: hue angle of 287.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03DCD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 61 205 -
CMYK 0.14 0.70 0 0.20
HSL 287.92º 0.59% 0.52% -
HSV(B) 287.92º 0.7% 0.8% -
XYZ 30.59 16.98 59.42 -
YUV 111.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 176 61 205 0.14 0.70 0 0.20 287.92 0.59 0.52
Hex B0 3D CD E 46 0 14 120 3B 34
Octal 260 75 315 16 106 0 24 440 73 64
Binary 10110000 111101 11001101 1110 1000110 0 10100 100100000 111011 110100

Color Harmonies of #B03DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DCD

Black with #B03DCD

Text Example


Text Example

White with #B03DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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