Html Css Color HEX #B774CF Medium Orchid

📋 copy color: '#B774CF'

red 183 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #B774CF

Tints of Medium Orchid #B774CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 36.17%
G = 22.92%
B = 40.91%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B774CF (or 0xB774CF) is known color: Medium Orchid. HEX triplet: B7, 74 and CF. RGB value is (183,116,207). Sum of RGB (Red+Green+Blue) = 183+116+207=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B774CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774CF is #488B30. Grayscale: #929292. Windows color (decimal): -4754225 or 13595831. OLE color: 13595831.

HSL color Cylindrical-coordinate representation of color #B774CF: hue angle of 284.18º degrees, saturation: 0.49, 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 #B774CF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 116 207 -
CMYK 0.12 0.44 0 0.19
HSL 284.18º 0.49% 0.63% -
HSV(B) 284.18º 0.44% 0.81% -
XYZ 37.04 27.06 62.3 -
YUV 146.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 183 116 207 0.12 0.44 0 0.19 284.18 0.49 0.63
Hex B7 74 CF C 2C 0 13 11C 31 3F
Octal 267 164 317 14 54 0 23 434 61 77
Binary 10110111 1110100 11001111 1100 101100 0 10011 100011100 110001 111111

Color Harmonies of #B774CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774CF

Black with #B774CF

Text Example


Text Example

White with #B774CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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