Html Css Color HEX #BE4CFB Medium Orchid

📋 copy color: '#BE4CFB'

red 190 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #BE4CFB

Tints of Medium Orchid #BE4CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 36.75%
G = 14.7%
B = 48.55%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE4CFB (or 0xBE4CFB) is known color: Medium Orchid. HEX triplet: BE, 4C and FB. RGB value is (190,76,251). Sum of RGB (Red+Green+Blue) = 190+76+251=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CFB is #41B304. Grayscale: #818181. Windows color (decimal): -4305669 or 16469182. OLE color: 16469182.

HSL color Cylindrical-coordinate representation of color #BE4CFB: hue angle of 279.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE4CFB is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 76 251 -
CMYK 0.24 0.70 0 0.02
HSL 279.09º 0.96% 0.64% -
HSV(B) 279.09º 0.7% 0.98% -
XYZ 41.23 23.08 93.55 -
YUV 130.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 190 76 251 0.24 0.70 0 0.02 279.09 0.96 0.64
Hex BE 4C FB 18 46 0 2 117 60 40
Octal 276 114 373 30 106 0 2 427 140 100
Binary 10111110 1001100 11111011 11000 1000110 0 10 100010111 1100000 1000000

Color Harmonies of #BE4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CFB

Black with #BE4CFB

Text Example


Text Example

White with #BE4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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