Html Css Color HEX #B03DED Medium Orchid

📋 copy color: '#B03DED'

red 176 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #B03DED

Tints of Medium Orchid #B03DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50%

R = 37.13%
G = 12.87%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B03DED (or 0xB03DED) is known color: Medium Orchid. HEX triplet: B0, 3D and ED. RGB value is (176,61,237). Sum of RGB (Red+Green+Blue) = 176+61+237=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #B03DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DED is #4FC212. Grayscale: #727272. Windows color (decimal): -5227027 or 15547824. OLE color: 15547824.

HSL color Cylindrical-coordinate representation of color #B03DED: hue angle of 279.2º degrees, saturation: 0.83, 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 #B03DED is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 61 237 -
CMYK 0.26 0.74 0 0.07
HSL 279.2º 0.83% 0.58% -
HSV(B) 279.2º 0.74% 0.93% -
XYZ 34.86 18.68 81.89 -
YUV 115.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 176 61 237 0.26 0.74 0 0.07 279.2 0.83 0.58
Hex B0 3D ED 1A 4A 0 7 117 53 3A
Octal 260 75 355 32 112 0 7 427 123 72
Binary 10110000 111101 11101101 11010 1001010 0 111 100010111 1010011 111010

Color Harmonies of #B03DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DED

Black with #B03DED

Text Example


Text Example

White with #B03DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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