Html Css Color HEX #BE77C5 Orchid

📋 copy color: '#BE77C5'

red 190 ◦ green 119 ◦ blue 197

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

Shades of Orchid #BE77C5

Tints of Orchid #BE77C5

RGB

 RED value IS 190 (74.61% from 255) = 37.55%

 GREEN value IS 119 (46.88% from 255) = 23.52%

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 37.55%
G = 23.52%
B = 38.93%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE77C5 (or 0xBE77C5) is known color: Orchid. HEX triplet: BE, 77 and C5. RGB value is (190,119,197). Sum of RGB (Red+Green+Blue) = 190+119+197=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C5 is #41883A. Grayscale: #949494. Windows color (decimal): -4294715 or 12941246. OLE color: 12941246.

HSL color Cylindrical-coordinate representation of color #BE77C5: hue angle of 294.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE77C5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 119 197 -
CMYK 0.04 0.40 0 0.23
HSL 294.62º 0.4% 0.62% -
HSV(B) 294.62º 0.4% 0.77% -
XYZ 37.91 28.17 56.26 -
YUV 149.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 190 119 197 0.04 0.40 0 0.23 294.62 0.4 0.62
Hex BE 77 C5 4 28 0 17 127 28 3E
Octal 276 167 305 4 50 0 27 447 50 76
Binary 10111110 1110111 11000101 100 101000 0 10111 100100111 101000 111110

Color Harmonies of #BE77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77C5

Black with #BE77C5

Text Example


Text Example

White with #BE77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77C5; }

 p { color: rgb(190,119,197); }

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

background-color css

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

 a { background-color: rgb(190,119,197); }

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

border-color css

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

 span { border-color: rgb(190,119,197); }

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