Html Css Color HEX #BE78C2 Orchid

📋 copy color: '#BE78C2'

red 190 ◦ green 120 ◦ blue 194

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

Shades of Orchid #BE78C2

Tints of Orchid #BE78C2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 37.7%
G = 23.81%
B = 38.49%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE78C2 (or 0xBE78C2) is known color: Orchid. HEX triplet: BE, 78 and C2. RGB value is (190,120,194). Sum of RGB (Red+Green+Blue) = 190+120+194=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78C2 is #41873D. Grayscale: #959595. Windows color (decimal): -4294462 or 12744894. OLE color: 12744894.

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

Color convert

RGB 190 120 194 -
CMYK 0.02 0.38 0 0.24
HSL 296.76º 0.38% 0.62% -
HSV(B) 296.76º 0.38% 0.76% -
XYZ 37.69 28.28 54.51 -
YUV 149.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 190 120 194 0.02 0.38 0 0.24 296.76 0.38 0.62
Hex BE 78 C2 2 26 0 18 129 26 3E
Octal 276 170 302 2 46 0 30 451 46 76
Binary 10111110 1111000 11000010 10 100110 0 11000 100101001 100110 111110

Color Harmonies of #BE78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78C2

Black with #BE78C2

Text Example


Text Example

White with #BE78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78C2; }

 p { color: rgb(190,120,194); }

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

background-color css

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

 a { background-color: rgb(190,120,194); }

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

border-color css

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

 span { border-color: rgb(190,120,194); }

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