Html Css Color HEX #B745CF Medium Orchid

📋 copy color: '#B745CF'

red 183 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #B745CF

Tints of Medium Orchid #B745CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 39.87%
G = 15.03%
B = 45.1%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B745CF (or 0xB745CF) is known color: Medium Orchid. HEX triplet: B7, 45 and CF. RGB value is (183,69,207). Sum of RGB (Red+Green+Blue) = 183+69+207=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B745CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745CF is #48BA30. Grayscale: #767676. Windows color (decimal): -4766257 or 13583799. OLE color: 13583799.

HSL color Cylindrical-coordinate representation of color #B745CF: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B745CF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 69 207 -
CMYK 0.12 0.67 0 0.19
HSL 289.57º 0.59% 0.54% -
HSV(B) 289.57º 0.67% 0.81% -
XYZ 32.92 18.83 60.93 -
YUV 118.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 183 69 207 0.12 0.67 0 0.19 289.57 0.59 0.54
Hex B7 45 CF C 43 0 13 122 3B 36
Octal 267 105 317 14 103 0 23 442 73 66
Binary 10110111 1000101 11001111 1100 1000011 0 10011 100100010 111011 110110

Color Harmonies of #B745CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745CF

Black with #B745CF

Text Example


Text Example

White with #B745CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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