Html Css Color HEX #BE30E7 Medium Orchid

📋 copy color: '#BE30E7'

red 190 ◦ green 48 ◦ blue 231

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

Shades of Medium Orchid #BE30E7

Tints of Medium Orchid #BE30E7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.23%

 BLUE value IS 231 (90.63% from 255) = 49.25%

R = 40.51%
G = 10.23%
B = 49.25%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE30E7 (or 0xBE30E7) is known color: Medium Orchid. HEX triplet: BE, 30 and E7. RGB value is (190,48,231). Sum of RGB (Red+Green+Blue) = 190+48+231=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE30E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30E7 is #41CF18. Grayscale: #6E6E6E. Windows color (decimal): -4312857 or 15151294. OLE color: 15151294.

HSL color Cylindrical-coordinate representation of color #BE30E7: hue angle of 286.56º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE30E7 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 48 231 -
CMYK 0.18 0.79 0 0.09
HSL 286.56º 0.79% 0.55% -
HSV(B) 286.56º 0.79% 0.91% -
XYZ 36.72 18.83 77.3 -
YUV 111.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 190 48 231 0.18 0.79 0 0.09 286.56 0.79 0.55
Hex BE 30 E7 12 4F 0 9 11F 4F 37
Octal 276 60 347 22 117 0 11 437 117 67
Binary 10111110 110000 11100111 10010 1001111 0 1001 100011111 1001111 110111

Color Harmonies of #BE30E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30E7

Black with #BE30E7

Text Example


Text Example

White with #BE30E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30E7; }

 p { color: rgb(190,48,231); }

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

background-color css

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

 a { background-color: rgb(190,48,231); }

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

border-color css

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

 span { border-color: rgb(190,48,231); }

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