Html Css Color HEX #B76AEF Medium Orchid

📋 copy color: '#B76AEF'

red 183 ◦ green 106 ◦ blue 239

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

Shades of Medium Orchid #B76AEF

Tints of Medium Orchid #B76AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 34.66%
G = 20.08%
B = 45.27%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B76AEF (or 0xB76AEF) is known color: Medium Orchid. HEX triplet: B7, 6A and EF. RGB value is (183,106,239). Sum of RGB (Red+Green+Blue) = 183+106+239=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #B76AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AEF is #489510. Grayscale: #8F8F8F. Windows color (decimal): -4756753 or 15690423. OLE color: 15690423.

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

Color convert

RGB 183 106 239 -
CMYK 0.23 0.56 0 0.06
HSL 274.74º 0.81% 0.68% -
HSV(B) 274.74º 0.56% 0.94% -
XYZ 40.26 26.61 84.68 -
YUV 144.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 183 106 239 0.23 0.56 0 0.06 274.74 0.81 0.68
Hex B7 6A EF 17 38 0 6 113 51 44
Octal 267 152 357 27 70 0 6 423 121 104
Binary 10110111 1101010 11101111 10111 111000 0 110 100010011 1010001 1000100

Color Harmonies of #B76AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AEF

Black with #B76AEF

Text Example


Text Example

White with #B76AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AEF; }

 p { color: rgb(183,106,239); }

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

background-color css

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

 a { background-color: rgb(183,106,239); }

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

border-color css

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

 span { border-color: rgb(183,106,239); }

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