Html Css Color HEX #BE33CF Medium Orchid

📋 copy color: '#BE33CF'

red 190 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #BE33CF

Tints of Medium Orchid #BE33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.38%

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

R = 42.41%
G = 11.38%
B = 46.21%

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

#BE33CF (or 0xBE33CF) is known color: Medium Orchid. HEX triplet: BE, 33 and CF. RGB value is (190,51,207). Sum of RGB (Red+Green+Blue) = 190+51+207=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33CF is #41CC30. Grayscale: #6D6D6D. Windows color (decimal): -4312113 or 13579198. OLE color: 13579198.

HSL color Cylindrical-coordinate representation of color #BE33CF: hue angle of 293.46º 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 #BE33CF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 51 207 -
CMYK 0.08 0.75 0 0.19
HSL 293.46º 0.62% 0.51% -
HSV(B) 293.46º 0.75% 0.81% -
XYZ 33.68 17.82 60.7 -
YUV 110.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 190 51 207 0.08 0.75 0 0.19 293.46 0.62 0.51
Hex BE 33 CF 8 4B 0 13 125 3E 33
Octal 276 63 317 10 113 0 23 445 76 63
Binary 10111110 110011 11001111 1000 1001011 0 10011 100100101 111110 110011

Color Harmonies of #BE33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33CF

Black with #BE33CF

Text Example


Text Example

White with #BE33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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