Html Css Color HEX #B746DD Medium Orchid

📋 copy color: '#B746DD'

red 183 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #B746DD

Tints of Medium Orchid #B746DD

RGB

 RED value IS 183 (71.88% from 255) = 38.61%

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

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

R = 38.61%
G = 14.77%
B = 46.62%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B746DD (or 0xB746DD) is known color: Medium Orchid. HEX triplet: B7, 46 and DD. RGB value is (183,70,221). Sum of RGB (Red+Green+Blue) = 183+70+221=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B746DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746DD is #48B922. Grayscale: #787878. Windows color (decimal): -4765987 or 14501559. OLE color: 14501559.

HSL color Cylindrical-coordinate representation of color #B746DD: hue angle of 284.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B746DD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 70 221 -
CMYK 0.17 0.68 0 0.13
HSL 284.9º 0.69% 0.57% -
HSV(B) 284.9º 0.68% 0.87% -
XYZ 34.77 19.67 70.37 -
YUV 121 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 183 70 221 0.17 0.68 0 0.13 284.9 0.69 0.57
Hex B7 46 DD 11 44 0 D 11D 45 39
Octal 267 106 335 21 104 0 15 435 105 71
Binary 10110111 1000110 11011101 10001 1000100 0 1101 100011101 1000101 111001

Color Harmonies of #B746DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746DD

Black with #B746DD

Text Example


Text Example

White with #B746DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746DD; }

 p { color: rgb(183,70,221); }

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

background-color css

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

 a { background-color: rgb(183,70,221); }

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

border-color css

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

 span { border-color: rgb(183,70,221); }

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