Html Css Color HEX #B03CDF Medium Orchid

📋 copy color: '#B03CDF'

red 176 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B03CDF

Tints of Medium Orchid #B03CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 38.34%
G = 13.07%
B = 48.58%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B03CDF (or 0xB03CDF) is known color: Medium Orchid. HEX triplet: B0, 3C and DF. RGB value is (176,60,223). Sum of RGB (Red+Green+Blue) = 176+60+223=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B03CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CDF is #4FC320. Grayscale: #707070. Windows color (decimal): -5227297 or 14630064. OLE color: 14630064.

HSL color Cylindrical-coordinate representation of color #B03CDF: hue angle of 282.7º degrees, saturation: 0.72, 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 #B03CDF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 60 223 -
CMYK 0.21 0.73 0 0.13
HSL 282.7º 0.72% 0.55% -
HSV(B) 282.7º 0.73% 0.87% -
XYZ 32.84 17.79 71.51 -
YUV 113.27 189.93 172.75 -
System Red Green Blue C M Y K H S L
Decimal 176 60 223 0.21 0.73 0 0.13 282.7 0.72 0.55
Hex B0 3C DF 15 49 0 D 11B 48 37
Octal 260 74 337 25 111 0 15 433 110 67
Binary 10110000 111100 11011111 10101 1001001 0 1101 100011011 1001000 110111

Color Harmonies of #B03CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CDF

Black with #B03CDF

Text Example


Text Example

White with #B03CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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