Html Css Color HEX #B76FEA Medium Orchid

📋 copy color: '#B76FEA'

red 183 ◦ green 111 ◦ blue 234

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

Shades of Medium Orchid #B76FEA

Tints of Medium Orchid #B76FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 34.66%
G = 21.02%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B76FEA (or 0xB76FEA) is known color: Medium Orchid. HEX triplet: B7, 6F and EA. RGB value is (183,111,234). Sum of RGB (Red+Green+Blue) = 183+111+234=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FEA is #489015. Grayscale: #929292. Windows color (decimal): -4755478 or 15364023. OLE color: 15364023.

HSL color Cylindrical-coordinate representation of color #B76FEA: hue angle of 275.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76FEA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 111 234 -
CMYK 0.22 0.53 0 0.08
HSL 275.12º 0.75% 0.68% -
HSV(B) 275.12º 0.53% 0.92% -
XYZ 40.06 27.38 81.01 -
YUV 146.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 183 111 234 0.22 0.53 0 0.08 275.12 0.75 0.68
Hex B7 6F EA 16 35 0 8 113 4B 44
Octal 267 157 352 26 65 0 10 423 113 104
Binary 10110111 1101111 11101010 10110 110101 0 1000 100010011 1001011 1000100

Color Harmonies of #B76FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FEA

Black with #B76FEA

Text Example


Text Example

White with #B76FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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