Html Css Color HEX #BE79C1 Orchid

📋 copy color: '#BE79C1'

red 190 ◦ green 121 ◦ blue 193

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

Shades of Orchid #BE79C1

Tints of Orchid #BE79C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 37.7%
G = 24.01%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE79C1 (or 0xBE79C1) is known color: Orchid. HEX triplet: BE, 79 and C1. RGB value is (190,121,193). Sum of RGB (Red+Green+Blue) = 190+121+193=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79C1 is #41863E. Grayscale: #959595. Windows color (decimal): -4294207 or 12679614. OLE color: 12679614.

HSL color Cylindrical-coordinate representation of color #BE79C1: hue angle of 297.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE79C1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 121 193 -
CMYK 0.02 0.37 0 0.24
HSL 297.5º 0.37% 0.62% -
HSV(B) 297.5º 0.37% 0.76% -
XYZ 37.7 28.47 53.96 -
YUV 149.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 190 121 193 0.02 0.37 0 0.24 297.5 0.37 0.62
Hex BE 79 C1 2 25 0 18 12A 25 3E
Octal 276 171 301 2 45 0 30 452 45 76
Binary 10111110 1111001 11000001 10 100101 0 11000 100101010 100101 111110

Color Harmonies of #BE79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE79C1

Black with #BE79C1

Text Example


Text Example

White with #BE79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE79C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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