Html Css Color HEX #B76FF0 Medium Orchid

📋 copy color: '#B76FF0'

red 183 ◦ green 111 ◦ blue 240

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

Shades of Medium Orchid #B76FF0

Tints of Medium Orchid #B76FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 34.27%
G = 20.79%
B = 44.94%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B76FF0 (or 0xB76FF0) is known color: Medium Orchid. HEX triplet: B7, 6F and F0. RGB value is (183,111,240). Sum of RGB (Red+Green+Blue) = 183+111+240=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #B76FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FF0 is #48900F. Grayscale: #929292. Windows color (decimal): -4755472 or 15757239. OLE color: 15757239.

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

Color convert

RGB 183 111 240 -
CMYK 0.24 0.54 0 0.06
HSL 273.49º 0.81% 0.69% -
HSV(B) 273.49º 0.54% 0.94% -
XYZ 40.94 27.73 85.63 -
YUV 147.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 183 111 240 0.24 0.54 0 0.06 273.49 0.81 0.69
Hex B7 6F F0 18 36 0 6 111 51 45
Octal 267 157 360 30 66 0 6 421 121 105
Binary 10110111 1101111 11110000 11000 110110 0 110 100010001 1010001 1000101

Color Harmonies of #B76FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FF0

Black with #B76FF0

Text Example


Text Example

White with #B76FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FF0; }

 p { color: rgb(183,111,240); }

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

background-color css

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

 a { background-color: rgb(183,111,240); }

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

border-color css

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

 span { border-color: rgb(183,111,240); }

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