Html Css Color HEX #B046CD Medium Orchid

📋 copy color: '#B046CD'

red 176 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #B046CD

Tints of Medium Orchid #B046CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.52%

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

R = 39.02%
G = 15.52%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B046CD (or 0xB046CD) is known color: Medium Orchid. HEX triplet: B0, 46 and CD. RGB value is (176,70,205). Sum of RGB (Red+Green+Blue) = 176+70+205=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B046CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CD is #4FB932. Grayscale: #747474. Windows color (decimal): -5224755 or 13452976. OLE color: 13452976.

HSL color Cylindrical-coordinate representation of color #B046CD: hue angle of 287.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B046CD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 70 205 -
CMYK 0.14 0.66 0 0.20
HSL 287.11º 0.57% 0.54% -
HSV(B) 287.11º 0.66% 0.8% -
XYZ 31.11 18.02 59.6 -
YUV 117.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 176 70 205 0.14 0.66 0 0.20 287.11 0.57 0.54
Hex B0 46 CD E 42 0 14 11F 39 36
Octal 260 106 315 16 102 0 24 437 71 66
Binary 10110000 1000110 11001101 1110 1000010 0 10100 100011111 111001 110110

Color Harmonies of #B046CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046CD

Black with #B046CD

Text Example


Text Example

White with #B046CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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