Html Css Color HEX #BE7AC0 Orchid

📋 copy color: '#BE7AC0'

red 190 ◦ green 122 ◦ blue 192

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

Shades of Orchid #BE7AC0

Tints of Orchid #BE7AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.21%

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

R = 37.7%
G = 24.21%
B = 38.1%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE7AC0 (or 0xBE7AC0) is known color: Orchid. HEX triplet: BE, 7A and C0. RGB value is (190,122,192). Sum of RGB (Red+Green+Blue) = 190+122+192=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AC0 is #41853F. Grayscale: #969696. Windows color (decimal): -4293952 or 12614334. OLE color: 12614334.

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

Color convert

RGB 190 122 192 -
CMYK 0.01 0.36 0 0.25
HSL 298.29º 0.36% 0.62% -
HSV(B) 298.29º 0.36% 0.75% -
XYZ 37.71 28.67 53.42 -
YUV 150.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 190 122 192 0.01 0.36 0 0.25 298.29 0.36 0.62
Hex BE 7A C0 1 24 0 19 12A 24 3E
Octal 276 172 300 1 44 0 31 452 44 76
Binary 10111110 1111010 11000000 1 100100 0 11001 100101010 100100 111110

Color Harmonies of #BE7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AC0

Black with #BE7AC0

Text Example


Text Example

White with #BE7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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