Html Css Color HEX #B76AED Medium Orchid

📋 copy color: '#B76AED'

red 183 ◦ green 106 ◦ blue 237

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

Shades of Medium Orchid #B76AED

Tints of Medium Orchid #B76AED

RGB

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

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

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

R = 34.79%
G = 20.15%
B = 45.06%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76AED (or 0xB76AED) is known color: Medium Orchid. HEX triplet: B7, 6A and ED. RGB value is (183,106,237). Sum of RGB (Red+Green+Blue) = 183+106+237=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AED is #489512. Grayscale: #8F8F8F. Windows color (decimal): -4756755 or 15559351. OLE color: 15559351.

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

Color convert

RGB 183 106 237 -
CMYK 0.23 0.55 0 0.07
HSL 275.27º 0.78% 0.67% -
HSV(B) 275.27º 0.55% 0.93% -
XYZ 39.97 26.49 83.13 -
YUV 143.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 183 106 237 0.23 0.55 0 0.07 275.27 0.78 0.67
Hex B7 6A ED 17 37 0 7 113 4E 43
Octal 267 152 355 27 67 0 7 423 116 103
Binary 10110111 1101010 11101101 10111 110111 0 111 100010011 1001110 1000011

Color Harmonies of #B76AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AED

Black with #B76AED

Text Example


Text Example

White with #B76AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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