Html Css Color HEX #B76FED Medium Orchid

📋 copy color: '#B76FED'

red 183 ◦ green 111 ◦ blue 237

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

Shades of Medium Orchid #B76FED

Tints of Medium Orchid #B76FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 34.46%
G = 20.9%
B = 44.63%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76FED (or 0xB76FED) is known color: Medium Orchid. HEX triplet: B7, 6F and ED. RGB value is (183,111,237). Sum of RGB (Red+Green+Blue) = 183+111+237=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FED is #489012. Grayscale: #929292. Windows color (decimal): -4755475 or 15560631. OLE color: 15560631.

HSL color Cylindrical-coordinate representation of color #B76FED: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76FED is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 111 237 -
CMYK 0.23 0.53 0 0.07
HSL 274.29º 0.78% 0.68% -
HSV(B) 274.29º 0.53% 0.93% -
XYZ 40.5 27.55 83.3 -
YUV 146.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 183 111 237 0.23 0.53 0 0.07 274.29 0.78 0.68
Hex B7 6F ED 17 35 0 7 112 4E 44
Octal 267 157 355 27 65 0 7 422 116 104
Binary 10110111 1101111 11101101 10111 110101 0 111 100010010 1001110 1000100

Color Harmonies of #B76FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FED

Black with #B76FED

Text Example


Text Example

White with #B76FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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