Html Css Color HEX #B761E0 Medium Orchid

📋 copy color: '#B761E0'

red 183 ◦ green 97 ◦ blue 224

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

Shades of Medium Orchid #B761E0

Tints of Medium Orchid #B761E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.25%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 36.31%
G = 19.25%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B761E0 (or 0xB761E0) is known color: Medium Orchid. HEX triplet: B7, 61 and E0. RGB value is (183,97,224). Sum of RGB (Red+Green+Blue) = 183+97+224=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #B761E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761E0 is #489E1F. Grayscale: #888888. Windows color (decimal): -4759072 or 14705079. OLE color: 14705079.

HSL color Cylindrical-coordinate representation of color #B761E0: hue angle of 280.63º degrees, saturation: 0.67, 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 #B761E0 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 97 224 -
CMYK 0.18 0.57 0 0.12
HSL 280.63º 0.67% 0.63% -
HSV(B) 280.63º 0.57% 0.88% -
XYZ 37.26 24 73.19 -
YUV 137.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 183 97 224 0.18 0.57 0 0.12 280.63 0.67 0.63
Hex B7 61 E0 12 39 0 C 119 43 3F
Octal 267 141 340 22 71 0 14 431 103 77
Binary 10110111 1100001 11100000 10010 111001 0 1100 100011001 1000011 111111

Color Harmonies of #B761E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761E0

Black with #B761E0

Text Example


Text Example

White with #B761E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761E0; }

 p { color: rgb(183,97,224); }

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

background-color css

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

 a { background-color: rgb(183,97,224); }

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

border-color css

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

 span { border-color: rgb(183,97,224); }

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