Html Css Color HEX #BE79C0 Orchid

📋 copy color: '#BE79C0'

red 190 ◦ green 121 ◦ blue 192

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

Shades of Orchid #BE79C0

Tints of Orchid #BE79C0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.06%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 37.77%
G = 24.06%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE79C0 (or 0xBE79C0) is known color: Orchid. HEX triplet: BE, 79 and C0. RGB value is (190,121,192). Sum of RGB (Red+Green+Blue) = 190+121+192=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79C0 is #41863F. Grayscale: #959595. Windows color (decimal): -4294208 or 12614078. OLE color: 12614078.

HSL color Cylindrical-coordinate representation of color #BE79C0: hue angle of 298.31º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE79C0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 121 192 -
CMYK 0.01 0.37 0 0.25
HSL 298.31º 0.36% 0.61% -
HSV(B) 298.31º 0.37% 0.75% -
XYZ 37.59 28.43 53.38 -
YUV 149.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 190 121 192 0.01 0.37 0 0.25 298.31 0.36 0.61
Hex BE 79 C0 1 25 0 19 12A 24 3D
Octal 276 171 300 1 45 0 31 452 44 75
Binary 10111110 1111001 11000000 1 100101 0 11001 100101010 100100 111101

Color Harmonies of #BE79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE79C0

Black with #BE79C0

Text Example


Text Example

White with #BE79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE79C0; }

 p { color: rgb(190,121,192); }

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

background-color css

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

 a { background-color: rgb(190,121,192); }

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

border-color css

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

 span { border-color: rgb(190,121,192); }

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