Html Css Color HEX #BE77CA Orchid

📋 copy color: '#BE77CA'

red 190 ◦ green 119 ◦ blue 202

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

Shades of Orchid #BE77CA

Tints of Orchid #BE77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 37.18%
G = 23.29%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE77CA (or 0xBE77CA) is known color: Orchid. HEX triplet: BE, 77 and CA. RGB value is (190,119,202). Sum of RGB (Red+Green+Blue) = 190+119+202=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77CA is #418835. Grayscale: #959595. Windows color (decimal): -4294710 or 13268926. OLE color: 13268926.

HSL color Cylindrical-coordinate representation of color #BE77CA: hue angle of 291.33º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE77CA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 119 202 -
CMYK 0.06 0.41 0 0.21
HSL 291.33º 0.44% 0.63% -
HSV(B) 291.33º 0.41% 0.79% -
XYZ 38.49 28.41 59.33 -
YUV 149.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 190 119 202 0.06 0.41 0 0.21 291.33 0.44 0.63
Hex BE 77 CA 6 29 0 15 123 2C 3F
Octal 276 167 312 6 51 0 25 443 54 77
Binary 10111110 1110111 11001010 110 101001 0 10101 100100011 101100 111111

Color Harmonies of #BE77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77CA

Black with #BE77CA

Text Example


Text Example

White with #BE77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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