Html Css Color HEX #BE3BFC Medium Orchid

📋 copy color: '#BE3BFC'

red 190 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #BE3BFC

Tints of Medium Orchid #BE3BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.78%

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

R = 37.92%
G = 11.78%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE3BFC (or 0xBE3BFC) is known color: Medium Orchid. HEX triplet: BE, 3B and FC. RGB value is (190,59,252). Sum of RGB (Red+Green+Blue) = 190+59+252=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BFC is #41C403. Grayscale: #777777. Windows color (decimal): -4310020 or 16530366. OLE color: 16530366.

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

Color convert

RGB 190 59 252 -
CMYK 0.25 0.77 0 0.01
HSL 280.73º 0.97% 0.61% -
HSV(B) 280.73º 0.77% 0.99% -
XYZ 40.37 21.1 94.04 -
YUV 120.17 202.4 177.81 -
System Red Green Blue C M Y K H S L
Decimal 190 59 252 0.25 0.77 0 0.01 280.73 0.97 0.61
Hex BE 3B FC 19 4D 0 1 119 61 3D
Octal 276 73 374 31 115 0 1 431 141 75
Binary 10111110 111011 11111100 11001 1001101 0 1 100011001 1100001 111101

Color Harmonies of #BE3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BFC

Black with #BE3BFC

Text Example


Text Example

White with #BE3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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