Html Css Color HEX #BE4FCB Medium Orchid

📋 copy color: '#BE4FCB'

red 190 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #BE4FCB

Tints of Medium Orchid #BE4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.74%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 40.25%
G = 16.74%
B = 43.01%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4FCB (or 0xBE4FCB) is known color: Medium Orchid. HEX triplet: BE, 4F and CB. RGB value is (190,79,203). Sum of RGB (Red+Green+Blue) = 190+79+203=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FCB is #41B034. Grayscale: #7D7D7D. Windows color (decimal): -4304949 or 13324222. OLE color: 13324222.

HSL color Cylindrical-coordinate representation of color #BE4FCB: hue angle of 293.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4FCB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 79 203 -
CMYK 0.06 0.61 0 0.20
HSL 293.71º 0.54% 0.55% -
HSV(B) 293.71º 0.61% 0.8% -
XYZ 34.81 20.85 58.69 -
YUV 126.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 190 79 203 0.06 0.61 0 0.20 293.71 0.54 0.55
Hex BE 4F CB 6 3D 0 14 126 36 37
Octal 276 117 313 6 75 0 24 446 66 67
Binary 10111110 1001111 11001011 110 111101 0 10100 100100110 110110 110111

Color Harmonies of #BE4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FCB

Black with #BE4FCB

Text Example


Text Example

White with #BE4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FCB; }

 p { color: rgb(190,79,203); }

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

background-color css

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

 a { background-color: rgb(190,79,203); }

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

border-color css

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

 span { border-color: rgb(190,79,203); }

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