Html Css Color HEX #BE6FE8 Medium Orchid

📋 copy color: '#BE6FE8'

red 190 ◦ green 111 ◦ blue 232

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

Shades of Medium Orchid #BE6FE8

Tints of Medium Orchid #BE6FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 35.65%
G = 20.83%
B = 43.53%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE6FE8 (or 0xBE6FE8) is known color: Medium Orchid. HEX triplet: BE, 6F and E8. RGB value is (190,111,232). Sum of RGB (Red+Green+Blue) = 190+111+232=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FE8 is #419017. Grayscale: #949494. Windows color (decimal): -4296728 or 15232958. OLE color: 15232958.

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

Color convert

RGB 190 111 232 -
CMYK 0.18 0.52 0 0.09
HSL 279.17º 0.72% 0.67% -
HSV(B) 279.17º 0.52% 0.91% -
XYZ 41.49 28.14 79.59 -
YUV 148.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 190 111 232 0.18 0.52 0 0.09 279.17 0.72 0.67
Hex BE 6F E8 12 34 0 9 117 48 43
Octal 276 157 350 22 64 0 11 427 110 103
Binary 10111110 1101111 11101000 10010 110100 0 1001 100010111 1001000 1000011

Color Harmonies of #BE6FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FE8

Black with #BE6FE8

Text Example


Text Example

White with #BE6FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FE8; }

 p { color: rgb(190,111,232); }

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

background-color css

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

 a { background-color: rgb(190,111,232); }

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

border-color css

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

 span { border-color: rgb(190,111,232); }

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