Html Css Color HEX #BE78CA Orchid

📋 copy color: '#BE78CA'

red 190 ◦ green 120 ◦ blue 202

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

Shades of Orchid #BE78CA

Tints of Orchid #BE78CA

RGB

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

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

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

R = 37.11%
G = 23.44%
B = 39.45%

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

#BE78CA (or 0xBE78CA) is known color: Orchid. HEX triplet: BE, 78 and CA. RGB value is (190,120,202). Sum of RGB (Red+Green+Blue) = 190+120+202=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78CA is #418735. Grayscale: #969696. Windows color (decimal): -4294454 or 13269182. OLE color: 13269182.

HSL color Cylindrical-coordinate representation of color #BE78CA: hue angle of 291.22º 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 #BE78CA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 120 202 -
CMYK 0.06 0.41 0 0.21
HSL 291.22º 0.44% 0.63% -
HSV(B) 291.22º 0.41% 0.79% -
XYZ 38.61 28.64 59.37 -
YUV 150.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 190 120 202 0.06 0.41 0 0.21 291.22 0.44 0.63
Hex BE 78 CA 6 29 0 15 123 2C 3F
Octal 276 170 312 6 51 0 25 443 54 77
Binary 10111110 1111000 11001010 110 101001 0 10101 100100011 101100 111111

Color Harmonies of #BE78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78CA

Black with #BE78CA

Text Example


Text Example

White with #BE78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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