Html Css Color HEX #B76EF1 Medium Orchid

📋 copy color: '#B76EF1'

red 183 ◦ green 110 ◦ blue 241

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

Shades of Medium Orchid #B76EF1

Tints of Medium Orchid #B76EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 34.27%
G = 20.6%
B = 45.13%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B76EF1 (or 0xB76EF1) is known color: Medium Orchid. HEX triplet: B7, 6E and F1. RGB value is (183,110,241). Sum of RGB (Red+Green+Blue) = 183+110+241=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #B76EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EF1 is #48910E. Grayscale: #929292. Windows color (decimal): -4755727 or 15822519. OLE color: 15822519.

HSL color Cylindrical-coordinate representation of color #B76EF1: hue angle of 273.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76EF1 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 110 241 -
CMYK 0.24 0.54 0 0.05
HSL 273.44º 0.82% 0.69% -
HSV(B) 273.44º 0.54% 0.95% -
XYZ 40.98 27.57 86.38 -
YUV 146.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 183 110 241 0.24 0.54 0 0.05 273.44 0.82 0.69
Hex B7 6E F1 18 36 0 5 111 52 45
Octal 267 156 361 30 66 0 5 421 122 105
Binary 10110111 1101110 11110001 11000 110110 0 101 100010001 1010010 1000101

Color Harmonies of #B76EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EF1

Black with #B76EF1

Text Example


Text Example

White with #B76EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EF1; }

 p { color: rgb(183,110,241); }

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

background-color css

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

 a { background-color: rgb(183,110,241); }

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

border-color css

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

 span { border-color: rgb(183,110,241); }

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