Html Css Color HEX #B775E5 Medium Orchid

📋 copy color: '#B775E5'

red 183 ◦ green 117 ◦ blue 229

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

Shades of Medium Orchid #B775E5

Tints of Medium Orchid #B775E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 34.59%
G = 22.12%
B = 43.29%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B775E5 (or 0xB775E5) is known color: Medium Orchid. HEX triplet: B7, 75 and E5. RGB value is (183,117,229). Sum of RGB (Red+Green+Blue) = 183+117+229=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B775E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775E5 is #488A1A. Grayscale: #959595. Windows color (decimal): -4753947 or 15037879. OLE color: 15037879.

HSL color Cylindrical-coordinate representation of color #B775E5: hue angle of 275.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B775E5 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 117 229 -
CMYK 0.20 0.49 0 0.10
HSL 275.36º 0.68% 0.68% -
HSV(B) 275.36º 0.49% 0.9% -
XYZ 40.03 28.45 77.51 -
YUV 149.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 183 117 229 0.20 0.49 0 0.10 275.36 0.68 0.68
Hex B7 75 E5 14 31 0 A 113 44 44
Octal 267 165 345 24 61 0 12 423 104 104
Binary 10110111 1110101 11100101 10100 110001 0 1010 100010011 1000100 1000100

Color Harmonies of #B775E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775E5

Black with #B775E5

Text Example


Text Example

White with #B775E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775E5; }

 p { color: rgb(183,117,229); }

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

background-color css

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

 a { background-color: rgb(183,117,229); }

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

border-color css

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

 span { border-color: rgb(183,117,229); }

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