Html Css Color HEX #B757C9 Medium Orchid

📋 copy color: '#B757C9'

red 183 ◦ green 87 ◦ blue 201

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

Shades of Medium Orchid #B757C9

Tints of Medium Orchid #B757C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 38.85%
G = 18.47%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B757C9 (or 0xB757C9) is known color: Medium Orchid. HEX triplet: B7, 57 and C9. RGB value is (183,87,201). Sum of RGB (Red+Green+Blue) = 183+87+201=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #B757C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757C9 is #48A836. Grayscale: #808080. Windows color (decimal): -4761655 or 13195191. OLE color: 13195191.

HSL color Cylindrical-coordinate representation of color #B757C9: hue angle of 290.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B757C9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 87 201 -
CMYK 0.09 0.57 0 0.21
HSL 290.53º 0.51% 0.56% -
HSV(B) 290.53º 0.57% 0.79% -
XYZ 33.48 21.1 57.57 -
YUV 128.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 183 87 201 0.09 0.57 0 0.21 290.53 0.51 0.56
Hex B7 57 C9 9 39 0 15 123 33 38
Octal 267 127 311 11 71 0 25 443 63 70
Binary 10110111 1010111 11001001 1001 111001 0 10101 100100011 110011 111000

Color Harmonies of #B757C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757C9

Black with #B757C9

Text Example


Text Example

White with #B757C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757C9; }

 p { color: rgb(183,87,201); }

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

background-color css

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

 a { background-color: rgb(183,87,201); }

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

border-color css

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

 span { border-color: rgb(183,87,201); }

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