Html Css Color HEX #B745DC Medium Orchid

📋 copy color: '#B745DC'

red 183 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #B745DC

Tints of Medium Orchid #B745DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.62%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 38.77%
G = 14.62%
B = 46.61%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B745DC (or 0xB745DC) is known color: Medium Orchid. HEX triplet: B7, 45 and DC. RGB value is (183,69,220). Sum of RGB (Red+Green+Blue) = 183+69+220=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B745DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745DC is #48BA23. Grayscale: #777777. Windows color (decimal): -4766244 or 14435767. OLE color: 14435767.

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

Color convert

RGB 183 69 220 -
CMYK 0.17 0.69 0 0.14
HSL 285.3º 0.68% 0.57% -
HSV(B) 285.3º 0.69% 0.86% -
XYZ 34.57 19.49 69.65 -
YUV 120.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 183 69 220 0.17 0.69 0 0.14 285.3 0.68 0.57
Hex B7 45 DC 11 45 0 E 11D 44 39
Octal 267 105 334 21 105 0 16 435 104 71
Binary 10110111 1000101 11011100 10001 1000101 0 1110 100011101 1000100 111001

Color Harmonies of #B745DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745DC

Black with #B745DC

Text Example


Text Example

White with #B745DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745DC; }

 p { color: rgb(183,69,220); }

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

background-color css

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

 a { background-color: rgb(183,69,220); }

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

border-color css

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

 span { border-color: rgb(183,69,220); }

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