Html Css Color HEX #BE3CFD Medium Orchid

📋 copy color: '#BE3CFD'

red 190 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #BE3CFD

Tints of Medium Orchid #BE3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.93%

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 37.77%
G = 11.93%
B = 50.3%

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

#BE3CFD (or 0xBE3CFD) is known color: Medium Orchid. HEX triplet: BE, 3C and FD. RGB value is (190,60,253). Sum of RGB (Red+Green+Blue) = 190+60+253=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CFD is #41C302. Grayscale: #787878. Windows color (decimal): -4309763 or 16596158. OLE color: 16596158.

HSL color Cylindrical-coordinate representation of color #BE3CFD: hue angle of 280.41º degrees, saturation: 0.98, 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 #BE3CFD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 60 253 -
CMYK 0.25 0.76 0 0.01
HSL 280.41º 0.98% 0.61% -
HSV(B) 280.41º 0.76% 0.99% -
XYZ 40.58 21.27 94.9 -
YUV 120.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 190 60 253 0.25 0.76 0 0.01 280.41 0.98 0.61
Hex BE 3C FD 19 4C 0 1 118 62 3D
Octal 276 74 375 31 114 0 1 430 142 75
Binary 10111110 111100 11111101 11001 1001100 0 1 100011000 1100010 111101

Color Harmonies of #BE3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CFD

Black with #BE3CFD

Text Example


Text Example

White with #BE3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CFD; }

 p { color: rgb(190,60,253); }

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

background-color css

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

 a { background-color: rgb(190,60,253); }

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

border-color css

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

 span { border-color: rgb(190,60,253); }

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