Html Css Color HEX #B745D6 Medium Orchid

📋 copy color: '#B745D6'

red 183 ◦ green 69 ◦ blue 214

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

Shades of Medium Orchid #B745D6

Tints of Medium Orchid #B745D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 39.27%
G = 14.81%
B = 45.92%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B745D6 (or 0xB745D6) is known color: Medium Orchid. HEX triplet: B7, 45 and D6. RGB value is (183,69,214). Sum of RGB (Red+Green+Blue) = 183+69+214=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #B745D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745D6 is #48BA29. Grayscale: #777777. Windows color (decimal): -4766250 or 14042551. OLE color: 14042551.

HSL color Cylindrical-coordinate representation of color #B745D6: hue angle of 287.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B745D6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 69 214 -
CMYK 0.14 0.68 0 0.16
HSL 287.17º 0.64% 0.55% -
HSV(B) 287.17º 0.68% 0.84% -
XYZ 33.79 19.18 65.54 -
YUV 119.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 183 69 214 0.14 0.68 0 0.16 287.17 0.64 0.55
Hex B7 45 D6 E 44 0 10 11F 40 37
Octal 267 105 326 16 104 0 20 437 100 67
Binary 10110111 1000101 11010110 1110 1000100 0 10000 100011111 1000000 110111

Color Harmonies of #B745D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745D6

Black with #B745D6

Text Example


Text Example

White with #B745D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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