Html Css Color HEX #BE3AFB Medium Orchid

📋 copy color: '#BE3AFB'

red 190 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #BE3AFB

Tints of Medium Orchid #BE3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.62%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 38.08%
G = 11.62%
B = 50.3%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE3AFB (or 0xBE3AFB) is known color: Medium Orchid. HEX triplet: BE, 3A and FB. RGB value is (190,58,251). Sum of RGB (Red+Green+Blue) = 190+58+251=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AFB is #41C504. Grayscale: #767676. Windows color (decimal): -4310277 or 16464574. OLE color: 16464574.

HSL color Cylindrical-coordinate representation of color #BE3AFB: hue angle of 281.04º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE3AFB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 58 251 -
CMYK 0.24 0.77 0 0.02
HSL 281.04º 0.96% 0.61% -
HSV(B) 281.04º 0.77% 0.98% -
XYZ 40.16 20.94 93.19 -
YUV 119.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 190 58 251 0.24 0.77 0 0.02 281.04 0.96 0.61
Hex BE 3A FB 18 4D 0 2 119 60 3D
Octal 276 72 373 30 115 0 2 431 140 75
Binary 10111110 111010 11111011 11000 1001101 0 10 100011001 1100000 111101

Color Harmonies of #BE3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AFB

Black with #BE3AFB

Text Example


Text Example

White with #BE3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AFB; }

 p { color: rgb(190,58,251); }

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

background-color css

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

 a { background-color: rgb(190,58,251); }

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

border-color css

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

 span { border-color: rgb(190,58,251); }

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