Html Css Color HEX #BE4CF0 Medium Orchid

📋 copy color: '#BE4CF0'

red 190 ◦ green 76 ◦ blue 240

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

Shades of Medium Orchid #BE4CF0

Tints of Medium Orchid #BE4CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.02%

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 37.55%
G = 15.02%
B = 47.43%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE4CF0 (or 0xBE4CF0) is known color: Medium Orchid. HEX triplet: BE, 4C and F0. RGB value is (190,76,240). Sum of RGB (Red+Green+Blue) = 190+76+240=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CF0 is #41B30F. Grayscale: #808080. Windows color (decimal): -4305680 or 15748286. OLE color: 15748286.

HSL color Cylindrical-coordinate representation of color #BE4CF0: hue angle of 281.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CF0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 76 240 -
CMYK 0.21 0.68 0 0.06
HSL 281.71º 0.85% 0.62% -
HSV(B) 281.71º 0.68% 0.94% -
XYZ 39.55 22.41 84.68 -
YUV 128.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 190 76 240 0.21 0.68 0 0.06 281.71 0.85 0.62
Hex BE 4C F0 15 44 0 6 11A 55 3E
Octal 276 114 360 25 104 0 6 432 125 76
Binary 10111110 1001100 11110000 10101 1000100 0 110 100011010 1010101 111110

Color Harmonies of #BE4CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CF0

Black with #BE4CF0

Text Example


Text Example

White with #BE4CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CF0; }

 p { color: rgb(190,76,240); }

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

background-color css

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

 a { background-color: rgb(190,76,240); }

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

border-color css

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

 span { border-color: rgb(190,76,240); }

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