Html Css Color HEX #BE41FC Medium Orchid

📋 copy color: '#BE41FC'

red 190 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #BE41FC

Tints of Medium Orchid #BE41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.82%

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

R = 37.48%
G = 12.82%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE41FC (or 0xBE41FC) is known color: Medium Orchid. HEX triplet: BE, 41 and FC. RGB value is (190,65,252). Sum of RGB (Red+Green+Blue) = 190+65+252=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41FC is #41BE03. Grayscale: #7B7B7B. Windows color (decimal): -4308484 or 16531902. OLE color: 16531902.

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

Color convert

RGB 190 65 252 -
CMYK 0.25 0.74 0 0.01
HSL 280.11º 0.97% 0.62% -
HSV(B) 280.11º 0.74% 0.99% -
XYZ 40.7 21.76 94.15 -
YUV 123.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 190 65 252 0.25 0.74 0 0.01 280.11 0.97 0.62
Hex BE 41 FC 19 4A 0 1 118 61 3E
Octal 276 101 374 31 112 0 1 430 141 76
Binary 10111110 1000001 11111100 11001 1001010 0 1 100011000 1100001 111110

Color Harmonies of #BE41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41FC

Black with #BE41FC

Text Example


Text Example

White with #BE41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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