Html Css Color HEX #BE30CF Medium Orchid

📋 copy color: '#BE30CF'

red 190 ◦ green 48 ◦ blue 207

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

Shades of Medium Orchid #BE30CF

Tints of Medium Orchid #BE30CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 42.7%
G = 10.79%
B = 46.52%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE30CF (or 0xBE30CF) is known color: Medium Orchid. HEX triplet: BE, 30 and CF. RGB value is (190,48,207). Sum of RGB (Red+Green+Blue) = 190+48+207=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30CF is #41CF30. Grayscale: #6C6C6C. Windows color (decimal): -4312881 or 13578430. OLE color: 13578430.

HSL color Cylindrical-coordinate representation of color #BE30CF: hue angle of 293.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE30CF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 48 207 -
CMYK 0.08 0.77 0 0.19
HSL 293.58º 0.62% 0.5% -
HSV(B) 293.58º 0.77% 0.81% -
XYZ 33.55 17.57 60.65 -
YUV 108.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 190 48 207 0.08 0.77 0 0.19 293.58 0.62 0.5
Hex BE 30 CF 8 4D 0 13 126 3E 32
Octal 276 60 317 10 115 0 23 446 76 62
Binary 10111110 110000 11001111 1000 1001101 0 10011 100100110 111110 110010

Color Harmonies of #BE30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30CF

Black with #BE30CF

Text Example


Text Example

White with #BE30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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