Html Css Color HEX #B745CB Medium Orchid

📋 copy color: '#B745CB'

red 183 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #B745CB

Tints of Medium Orchid #B745CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 40.22%
G = 15.16%
B = 44.62%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B745CB (or 0xB745CB) is known color: Medium Orchid. HEX triplet: B7, 45 and CB. RGB value is (183,69,203). Sum of RGB (Red+Green+Blue) = 183+69+203=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B745CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745CB is #48BA34. Grayscale: #757575. Windows color (decimal): -4766261 or 13321655. OLE color: 13321655.

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

Color convert

RGB 183 69 203 -
CMYK 0.10 0.66 0 0.20
HSL 291.04º 0.56% 0.53% -
HSV(B) 291.04º 0.66% 0.8% -
XYZ 32.44 18.64 58.39 -
YUV 118.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 183 69 203 0.10 0.66 0 0.20 291.04 0.56 0.53
Hex B7 45 CB A 42 0 14 123 38 35
Octal 267 105 313 12 102 0 24 443 70 65
Binary 10110111 1000101 11001011 1010 1000010 0 10100 100100011 111000 110101

Color Harmonies of #B745CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745CB

Black with #B745CB

Text Example


Text Example

White with #B745CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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