Html Css Color HEX #B760E1 Medium Orchid

📋 copy color: '#B760E1'

red 183 ◦ green 96 ◦ blue 225

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

Shades of Medium Orchid #B760E1

Tints of Medium Orchid #B760E1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 36.31%
G = 19.05%
B = 44.64%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B760E1 (or 0xB760E1) is known color: Medium Orchid. HEX triplet: B7, 60 and E1. RGB value is (183,96,225). Sum of RGB (Red+Green+Blue) = 183+96+225=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #B760E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760E1 is #489F1E. Grayscale: #888888. Windows color (decimal): -4759327 or 14770359. OLE color: 14770359.

HSL color Cylindrical-coordinate representation of color #B760E1: hue angle of 280.47º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B760E1 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 96 225 -
CMYK 0.19 0.57 0 0.12
HSL 280.47º 0.68% 0.63% -
HSV(B) 280.47º 0.57% 0.88% -
XYZ 37.3 23.87 73.88 -
YUV 136.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 183 96 225 0.19 0.57 0 0.12 280.47 0.68 0.63
Hex B7 60 E1 13 39 0 C 118 44 3F
Octal 267 140 341 23 71 0 14 430 104 77
Binary 10110111 1100000 11100001 10011 111001 0 1100 100011000 1000100 111111

Color Harmonies of #B760E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760E1

Black with #B760E1

Text Example


Text Example

White with #B760E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760E1; }

 p { color: rgb(183,96,225); }

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

background-color css

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

 a { background-color: rgb(183,96,225); }

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

border-color css

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

 span { border-color: rgb(183,96,225); }

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