Html Css Color HEX #B03CDD Medium Orchid

📋 copy color: '#B03CDD'

red 176 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B03CDD

Tints of Medium Orchid #B03CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 38.51%
G = 13.13%
B = 48.36%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B03CDD (or 0xB03CDD) is known color: Medium Orchid. HEX triplet: B0, 3C and DD. RGB value is (176,60,221). Sum of RGB (Red+Green+Blue) = 176+60+221=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B03CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CDD is #4FC322. Grayscale: #707070. Windows color (decimal): -5227299 or 14498992. OLE color: 14498992.

HSL color Cylindrical-coordinate representation of color #B03CDD: hue angle of 283.23º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03CDD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 60 221 -
CMYK 0.20 0.73 0 0.13
HSL 283.23º 0.7% 0.55% -
HSV(B) 283.23º 0.73% 0.87% -
XYZ 32.57 17.68 70.1 -
YUV 113.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 176 60 221 0.20 0.73 0 0.13 283.23 0.7 0.55
Hex B0 3C DD 14 49 0 D 11B 46 37
Octal 260 74 335 24 111 0 15 433 106 67
Binary 10110000 111100 11011101 10100 1001001 0 1101 100011011 1000110 110111

Color Harmonies of #B03CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CDD

Black with #B03CDD

Text Example


Text Example

White with #B03CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CDD; }

 p { color: rgb(176,60,221); }

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

background-color css

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

 a { background-color: rgb(176,60,221); }

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

border-color css

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

 span { border-color: rgb(176,60,221); }

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