Html Css Color HEX #B774CE Medium Orchid

📋 copy color: '#B774CE'

red 183 ◦ green 116 ◦ blue 206

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

Shades of Medium Orchid #B774CE

Tints of Medium Orchid #B774CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.97%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 36.24%
G = 22.97%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B774CE (or 0xB774CE) is known color: Medium Orchid. HEX triplet: B7, 74 and CE. RGB value is (183,116,206). Sum of RGB (Red+Green+Blue) = 183+116+206=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B774CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774CE is #488B31. Grayscale: #929292. Windows color (decimal): -4754226 or 13530295. OLE color: 13530295.

HSL color Cylindrical-coordinate representation of color #B774CE: hue angle of 284.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B774CE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 116 206 -
CMYK 0.11 0.44 0 0.19
HSL 284.67º 0.48% 0.63% -
HSV(B) 284.67º 0.44% 0.81% -
XYZ 36.91 27.01 61.66 -
YUV 146.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 183 116 206 0.11 0.44 0 0.19 284.67 0.48 0.63
Hex B7 74 CE B 2C 0 13 11D 30 3F
Octal 267 164 316 13 54 0 23 435 60 77
Binary 10110111 1110100 11001110 1011 101100 0 10011 100011101 110000 111111

Color Harmonies of #B774CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774CE

Black with #B774CE

Text Example


Text Example

White with #B774CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774CE; }

 p { color: rgb(183,116,206); }

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

background-color css

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

 a { background-color: rgb(183,116,206); }

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

border-color css

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

 span { border-color: rgb(183,116,206); }

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