Html Css Color HEX #BF68E5 Medium Orchid

📋 copy color: '#BF68E5'

red 191 ◦ green 104 ◦ blue 229

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

Shades of Medium Orchid #BF68E5

Tints of Medium Orchid #BF68E5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 36.45%
G = 19.85%
B = 43.7%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF68E5 (or 0xBF68E5) is known color: Medium Orchid. HEX triplet: BF, 68 and E5. RGB value is (191,104,229). Sum of RGB (Red+Green+Blue) = 191+104+229=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68E5 is #40971A. Grayscale: #8F8F8F. Windows color (decimal): -4232987 or 15034559. OLE color: 15034559.

HSL color Cylindrical-coordinate representation of color #BF68E5: hue angle of 281.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF68E5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 104 229 -
CMYK 0.17 0.55 0 0.10
HSL 281.76º 0.71% 0.65% -
HSV(B) 281.76º 0.55% 0.9% -
XYZ 40.58 26.63 77.13 -
YUV 144.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 191 104 229 0.17 0.55 0 0.10 281.76 0.71 0.65
Hex BF 68 E5 11 37 0 A 11A 47 41
Octal 277 150 345 21 67 0 12 432 107 101
Binary 10111111 1101000 11100101 10001 110111 0 1010 100011010 1000111 1000001

Color Harmonies of #BF68E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68E5

Black with #BF68E5

Text Example


Text Example

White with #BF68E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68E5; }

 p { color: rgb(191,104,229); }

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

background-color css

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

 a { background-color: rgb(191,104,229); }

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

border-color css

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

 span { border-color: rgb(191,104,229); }

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