Html Css Color HEX #BE30DA Medium Orchid

📋 copy color: '#BE30DA'

red 190 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #BE30DA

Tints of Medium Orchid #BE30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 41.67%
G = 10.53%
B = 47.81%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE30DA (or 0xBE30DA) is known color: Medium Orchid. HEX triplet: BE, 30 and DA. RGB value is (190,48,218). Sum of RGB (Red+Green+Blue) = 190+48+218=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30DA is #41CF25. Grayscale: #6D6D6D. Windows color (decimal): -4312870 or 14299326. OLE color: 14299326.

HSL color Cylindrical-coordinate representation of color #BE30DA: hue angle of 290.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE30DA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 48 218 -
CMYK 0.13 0.78 0 0.15
HSL 290.12º 0.7% 0.52% -
HSV(B) 290.12º 0.78% 0.85% -
XYZ 34.95 18.12 67.99 -
YUV 109.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 190 48 218 0.13 0.78 0 0.15 290.12 0.7 0.52
Hex BE 30 DA D 4E 0 F 122 46 34
Octal 276 60 332 15 116 0 17 442 106 64
Binary 10111110 110000 11011010 1101 1001110 0 1111 100100010 1000110 110100

Color Harmonies of #BE30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30DA

Black with #BE30DA

Text Example


Text Example

White with #BE30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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