Html Css Color HEX #BE3DFC Medium Orchid

📋 copy color: '#BE3DFC'

red 190 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #BE3DFC

Tints of Medium Orchid #BE3DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.13%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 37.77%
G = 12.13%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE3DFC (or 0xBE3DFC) is known color: Medium Orchid. HEX triplet: BE, 3D and FC. RGB value is (190,61,252). Sum of RGB (Red+Green+Blue) = 190+61+252=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DFC is #41C203. Grayscale: #787878. Windows color (decimal): -4309508 or 16530878. OLE color: 16530878.

HSL color Cylindrical-coordinate representation of color #BE3DFC: hue angle of 280.52º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3DFC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 61 252 -
CMYK 0.25 0.76 0 0.01
HSL 280.52º 0.97% 0.61% -
HSV(B) 280.52º 0.76% 0.99% -
XYZ 40.47 21.31 94.08 -
YUV 121.35 201.74 176.97 -
System Red Green Blue C M Y K H S L
Decimal 190 61 252 0.25 0.76 0 0.01 280.52 0.97 0.61
Hex BE 3D FC 19 4C 0 1 119 61 3D
Octal 276 75 374 31 114 0 1 431 141 75
Binary 10111110 111101 11111100 11001 1001100 0 1 100011001 1100001 111101

Color Harmonies of #BE3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DFC

Black with #BE3DFC

Text Example


Text Example

White with #BE3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DFC; }

 p { color: rgb(190,61,252); }

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

background-color css

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

 a { background-color: rgb(190,61,252); }

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

border-color css

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

 span { border-color: rgb(190,61,252); }

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