Html Css Color HEX #BF44E6 Medium Orchid

📋 copy color: '#BF44E6'

red 191 ◦ green 68 ◦ blue 230

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

Shades of Medium Orchid #BF44E6

Tints of Medium Orchid #BF44E6

RGB

 RED value IS 191 (75% from 255) = 39.06%

 GREEN value IS 68 (26.95% from 255) = 13.91%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 39.06%
G = 13.91%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF44E6 (or 0xBF44E6) is known color: Medium Orchid. HEX triplet: BF, 44 and E6. RGB value is (191,68,230). Sum of RGB (Red+Green+Blue) = 191+68+230=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF44E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44E6 is #40BB19. Grayscale: #7A7A7A. Windows color (decimal): -4242202 or 15090879. OLE color: 15090879.

HSL color Cylindrical-coordinate representation of color #BF44E6: hue angle of 285.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF44E6 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 68 230 -
CMYK 0.17 0.70 0 0.10
HSL 285.56º 0.76% 0.58% -
HSV(B) 285.56º 0.7% 0.9% -
XYZ 37.84 20.92 76.91 -
YUV 123.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 191 68 230 0.17 0.70 0 0.10 285.56 0.76 0.58
Hex BF 44 E6 11 46 0 A 11E 4C 3A
Octal 277 104 346 21 106 0 12 436 114 72
Binary 10111111 1000100 11100110 10001 1000110 0 1010 100011110 1001100 111010

Color Harmonies of #BF44E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44E6

Black with #BF44E6

Text Example


Text Example

White with #BF44E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44E6; }

 p { color: rgb(191,68,230); }

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

background-color css

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

 a { background-color: rgb(191,68,230); }

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

border-color css

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

 span { border-color: rgb(191,68,230); }

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