Html Css Color HEX #B76FDA Medium Orchid

📋 copy color: '#B76FDA'

red 183 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #B76FDA

Tints of Medium Orchid #B76FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 35.74%
G = 21.68%
B = 42.58%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B76FDA (or 0xB76FDA) is known color: Medium Orchid. HEX triplet: B7, 6F and DA. RGB value is (183,111,218). Sum of RGB (Red+Green+Blue) = 183+111+218=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B76FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDA is #489025. Grayscale: #909090. Windows color (decimal): -4755494 or 14315447. OLE color: 14315447.

HSL color Cylindrical-coordinate representation of color #B76FDA: hue angle of 280.37º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76FDA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 111 218 -
CMYK 0.16 0.49 0 0.15
HSL 280.37º 0.59% 0.65% -
HSV(B) 280.37º 0.49% 0.85% -
XYZ 37.87 26.5 69.45 -
YUV 144.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 183 111 218 0.16 0.49 0 0.15 280.37 0.59 0.65
Hex B7 6F DA 10 31 0 F 118 3B 41
Octal 267 157 332 20 61 0 17 430 73 101
Binary 10110111 1101111 11011010 10000 110001 0 1111 100011000 111011 1000001

Color Harmonies of #B76FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FDA

Black with #B76FDA

Text Example


Text Example

White with #B76FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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