Html Css Color HEX #BE34CF Medium Orchid

📋 copy color: '#BE34CF'

red 190 ◦ green 52 ◦ blue 207

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

Shades of Medium Orchid #BE34CF

Tints of Medium Orchid #BE34CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

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

R = 42.32%
G = 11.58%
B = 46.1%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE34CF (or 0xBE34CF) is known color: Medium Orchid. HEX triplet: BE, 34 and CF. RGB value is (190,52,207). Sum of RGB (Red+Green+Blue) = 190+52+207=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34CF is #41CB30. Grayscale: #6E6E6E. Windows color (decimal): -4311857 or 13579454. OLE color: 13579454.

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

Color convert

RGB 190 52 207 -
CMYK 0.08 0.75 0 0.19
HSL 293.42º 0.62% 0.51% -
HSV(B) 293.42º 0.75% 0.81% -
XYZ 33.73 17.91 60.71 -
YUV 110.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 190 52 207 0.08 0.75 0 0.19 293.42 0.62 0.51
Hex BE 34 CF 8 4B 0 13 125 3E 33
Octal 276 64 317 10 113 0 23 445 76 63
Binary 10111110 110100 11001111 1000 1001011 0 10011 100100101 111110 110011

Color Harmonies of #BE34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34CF

Black with #BE34CF

Text Example


Text Example

White with #BE34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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